Html Css Color HEX #D81DA8 Spicy Pink

📋 copy color: '#D81DA8'

red 216 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #D81DA8

Tints of Spicy Pink #D81DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.02%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 52.3%
G = 7.02%
B = 40.68%

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

#D81DA8 (or 0xD81DA8) is known color: Spicy Pink. HEX triplet: D8, 1D and A8. RGB value is (216,29,168). Sum of RGB (Red+Green+Blue) = 216+29+168=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA8 is #27E257. Grayscale: #646464. Windows color (decimal): -2613848 or 11017688. OLE color: 11017688.

HSL color Cylindrical-coordinate representation of color #D81DA8: hue angle of 315.4º degrees, saturation: 0.76, 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 #D81DA8 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 168 -
CMYK 0 0.87 0.22 0.15
HSL 315.4º 0.76% 0.48% -
HSV(B) 315.4º 0.87% 0.85% -
XYZ 35.83 18.3 38.69 -
YUV 100.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 216 29 168 0 0.87 0.22 0.15 315.4 0.76 0.48
Hex D8 1D A8 0 57 16 F 13B 4C 30
Octal 330 35 250 0 127 26 17 473 114 60
Binary 11011000 11101 10101000 0 1010111 10110 1111 100111011 1001100 110000

Color Harmonies of #D81DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DA8

Black with #D81DA8

Text Example


Text Example

White with #D81DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DA8; }

 p { color: rgb(216,29,168); }

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

background-color css

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

 a { background-color: rgb(216,29,168); }

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

border-color css

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

 span { border-color: rgb(216,29,168); }

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