Html Css Color HEX #D81DAB Spicy Pink

📋 copy color: '#D81DAB'

red 216 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #D81DAB

Tints of Spicy Pink #D81DAB

RGB

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

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

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

R = 51.92%
G = 6.97%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D81DAB (or 0xD81DAB) is known color: Spicy Pink. HEX triplet: D8, 1D and AB. RGB value is (216,29,171). Sum of RGB (Red+Green+Blue) = 216+29+171=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DAB is #27E254. Grayscale: #646464. Windows color (decimal): -2613845 or 11214296. OLE color: 11214296.

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

Color convert

RGB 216 29 171 -
CMYK 0 0.87 0.21 0.15
HSL 314.44º 0.76% 0.48% -
HSV(B) 314.44º 0.87% 0.85% -
XYZ 36.11 18.42 40.18 -
YUV 101.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 216 29 171 0 0.87 0.21 0.15 314.44 0.76 0.48
Hex D8 1D AB 0 57 15 F 13A 4C 30
Octal 330 35 253 0 127 25 17 472 114 60
Binary 11011000 11101 10101011 0 1010111 10101 1111 100111010 1001100 110000

Color Harmonies of #D81DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DAB

Black with #D81DAB

Text Example


Text Example

White with #D81DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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