Html Css Color HEX #D621AD Spicy Pink

📋 copy color: '#D621AD'

red 214 ◦ green 33 ◦ blue 173

#D621AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #D621AD

Tints of Spicy Pink #D621AD

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 33 (13.28% from 255) = 7.86%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 50.95%
G = 7.86%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D621AD (or 0xD621AD) is known color: Spicy Pink. HEX triplet: D6, 21 and AD. RGB value is (214,33,173). Sum of RGB (Red+Green+Blue) = 214+33+173=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D621AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621AD is #29DE52. Grayscale: #666666. Windows color (decimal): -2743891 or 11346390. OLE color: 11346390.

HSL color Cylindrical-coordinate representation of color #D621AD: hue angle of 313.59º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621AD is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 173 -
CMYK 0 0.85 0.19 0.16
HSL 313.59º 0.73% 0.48% -
HSV(B) 313.59º 0.85% 0.84% -
XYZ 35.82 18.4 41.2 -
YUV 103.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 214 33 173 0 0.85 0.19 0.16 313.59 0.73 0.48
Hex D6 21 AD 0 55 13 10 13A 49 30
Octal 326 41 255 0 125 23 20 472 111 60
Binary 11010110 100001 10101101 0 1010101 10011 10000 100111010 1001001 110000

Color Harmonies of #D621AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621AD

Black with #D621AD

Text Example


Text Example

White with #D621AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621AD; }

 p { color: rgb(214,33,173); }

 H1.HeaderClassName
 {
   color: #D621AD;
 }
 .AnyTagClassName
 {
   color: #D621AD;
 }
</style>

background-color css

<style>
 a { background-color: #D621AD; }

 a { background-color: rgb(214,33,173); }

 div.DivClassName
 {
   background-color: #D621AD;
 }
 .BgClassName
 {
   background-color: #D621AD;
 }
</style>

border-color css

<style>
 span { border-color: #D621AD; }

 span { border-color: rgb(214,33,173); }

 td.TdClassName
 {
   border-color: #D621AD;
 }
 .TagClassName
 {
   border-color: #D621AD;
 }
</style>