Html Css Color HEX #D620AB Spicy Pink

📋 copy color: '#D620AB'

red 214 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #D620AB

Tints of Spicy Pink #D620AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 51.32%
G = 7.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D620AB (or 0xD620AB) is known color: Spicy Pink. HEX triplet: D6, 20 and AB. RGB value is (214,32,171). Sum of RGB (Red+Green+Blue) = 214+32+171=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D620AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620AB is #29DF54. Grayscale: #656565. Windows color (decimal): -2744149 or 11215062. OLE color: 11215062.

HSL color Cylindrical-coordinate representation of color #D620AB: hue angle of 314.18º degrees, saturation: 0.74, 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 #D620AB is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 171 -
CMYK 0 0.85 0.20 0.16
HSL 314.18º 0.74% 0.48% -
HSV(B) 314.18º 0.85% 0.84% -
XYZ 35.6 18.27 40.18 -
YUV 102.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 214 32 171 0 0.85 0.20 0.16 314.18 0.74 0.48
Hex D6 20 AB 0 55 14 10 13A 4A 30
Octal 326 40 253 0 125 24 20 472 112 60
Binary 11010110 100000 10101011 0 1010101 10100 10000 100111010 1001010 110000

Color Harmonies of #D620AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620AB

Black with #D620AB

Text Example


Text Example

White with #D620AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620AB; }

 p { color: rgb(214,32,171); }

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

background-color css

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

 a { background-color: rgb(214,32,171); }

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

border-color css

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

 span { border-color: rgb(214,32,171); }

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