Html Css Color HEX #D720A9 Spicy Pink

📋 copy color: '#D720A9'

red 215 ◦ green 32 ◦ blue 169

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

Shades of Spicy Pink #D720A9

Tints of Spicy Pink #D720A9

RGB

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

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

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

R = 51.68%
G = 7.69%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D720A9 (or 0xD720A9) is known color: Spicy Pink. HEX triplet: D7, 20 and A9. RGB value is (215,32,169). Sum of RGB (Red+Green+Blue) = 215+32+169=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A9 is #28DF56. Grayscale: #656565. Windows color (decimal): -2678615 or 11083991. OLE color: 11083991.

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

Color convert

RGB 215 32 169 -
CMYK 0 0.85 0.21 0.16
HSL 315.08º 0.74% 0.48% -
HSV(B) 315.08º 0.85% 0.84% -
XYZ 35.7 18.34 39.2 -
YUV 102.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 215 32 169 0 0.85 0.21 0.16 315.08 0.74 0.48
Hex D7 20 A9 0 55 15 10 13B 4A 30
Octal 327 40 251 0 125 25 20 473 112 60
Binary 11010111 100000 10101001 0 1010101 10101 10000 100111011 1001010 110000

Color Harmonies of #D720A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720A9

Black with #D720A9

Text Example


Text Example

White with #D720A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720A9; }

 p { color: rgb(215,32,169); }

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

background-color css

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

 a { background-color: rgb(215,32,169); }

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

border-color css

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

 span { border-color: rgb(215,32,169); }

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