Html Css Color HEX #D81CA9 Spicy Pink

📋 copy color: '#D81CA9'

red 216 ◦ green 28 ◦ blue 169

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

Shades of Spicy Pink #D81CA9

Tints of Spicy Pink #D81CA9

RGB

 RED value IS 216 (84.77% from 255) = 52.3%

 GREEN value IS 28 (11.33% from 255) = 6.78%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 52.3%
G = 6.78%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D81CA9 (or 0xD81CA9) is known color: Spicy Pink. HEX triplet: D8, 1C and A9. RGB value is (216,28,169). Sum of RGB (Red+Green+Blue) = 216+28+169=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81CA9 is #27E356. Grayscale: #636363. Windows color (decimal): -2614103 or 11082968. OLE color: 11082968.

HSL color Cylindrical-coordinate representation of color #D81CA9: hue angle of 315º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CA9 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 169 -
CMYK 0 0.87 0.22 0.15
HSL 315º 0.77% 0.48% -
HSV(B) 315º 0.87% 0.85% -
XYZ 35.9 18.29 39.18 -
YUV 100.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 216 28 169 0 0.87 0.22 0.15 315 0.77 0.48
Hex D8 1C A9 0 57 16 F 13B 4D 30
Octal 330 34 251 0 127 26 17 473 115 60
Binary 11011000 11100 10101001 0 1010111 10110 1111 100111011 1001101 110000

Color Harmonies of #D81CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81CA9

Black with #D81CA9

Text Example


Text Example

White with #D81CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81CA9; }

 p { color: rgb(216,28,169); }

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

background-color css

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

 a { background-color: rgb(216,28,169); }

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

border-color css

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

 span { border-color: rgb(216,28,169); }

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