Html Css Color HEX #D71DAB Spicy Pink

📋 copy color: '#D71DAB'

red 215 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #D71DAB

Tints of Spicy Pink #D71DAB

RGB

 RED value IS 215 (84.38% from 255) = 51.81%

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

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

R = 51.81%
G = 6.99%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D71DAB (or 0xD71DAB) is known color: Spicy Pink. HEX triplet: D7, 1D and AB. RGB value is (215,29,171). Sum of RGB (Red+Green+Blue) = 215+29+171=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DAB is #28E254. Grayscale: #646464. Windows color (decimal): -2679381 or 11214295. OLE color: 11214295.

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

Color convert

RGB 215 29 171 -
CMYK 0 0.87 0.20 0.16
HSL 314.19º 0.76% 0.48% -
HSV(B) 314.19º 0.87% 0.84% -
XYZ 35.81 18.27 40.17 -
YUV 100.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 215 29 171 0 0.87 0.20 0.16 314.19 0.76 0.48
Hex D7 1D AB 0 57 14 10 13A 4C 30
Octal 327 35 253 0 127 24 20 472 114 60
Binary 11010111 11101 10101011 0 1010111 10100 10000 100111010 1001100 110000

Color Harmonies of #D71DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DAB

Black with #D71DAB

Text Example


Text Example

White with #D71DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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