Html Css Color HEX #D920A9 Spicy Pink

📋 copy color: '#D920A9'

red 217 ◦ green 32 ◦ blue 169

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

Shades of Spicy Pink #D920A9

Tints of Spicy Pink #D920A9

RGB

 RED value IS 217 (85.16% from 255) = 51.91%

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

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

R = 51.91%
G = 7.66%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D920A9 (or 0xD920A9) is known color: Spicy Pink. HEX triplet: D9, 20 and A9. RGB value is (217,32,169). Sum of RGB (Red+Green+Blue) = 217+32+169=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D920A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920A9 is #26DF56. Grayscale: #666666. Windows color (decimal): -2547543 or 11083993. OLE color: 11083993.

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

Color convert

RGB 217 32 169 -
CMYK 0 0.85 0.22 0.15
HSL 315.57º 0.74% 0.49% -
HSV(B) 315.57º 0.85% 0.85% -
XYZ 36.29 18.65 39.22 -
YUV 102.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 217 32 169 0 0.85 0.22 0.15 315.57 0.74 0.49
Hex D9 20 A9 0 55 16 F 13C 4A 31
Octal 331 40 251 0 125 26 17 474 112 61
Binary 11011001 100000 10101001 0 1010101 10110 1111 100111100 1001010 110001

Color Harmonies of #D920A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920A9

Black with #D920A9

Text Example


Text Example

White with #D920A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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