Html Css Color HEX #D920AA Spicy Pink

📋 copy color: '#D920AA'

red 217 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #D920AA

Tints of Spicy Pink #D920AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 51.79%
G = 7.64%
B = 40.57%

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

#D920AA (or 0xD920AA) is known color: Spicy Pink. HEX triplet: D9, 20 and AA. RGB value is (217,32,170). Sum of RGB (Red+Green+Blue) = 217+32+170=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D920AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920AA is #26DF55. Grayscale: #666666. Windows color (decimal): -2547542 or 11149529. OLE color: 11149529.

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

Color convert

RGB 217 32 170 -
CMYK 0 0.85 0.22 0.15
HSL 315.24º 0.74% 0.49% -
HSV(B) 315.24º 0.85% 0.85% -
XYZ 36.39 18.69 39.72 -
YUV 103.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 217 32 170 0 0.85 0.22 0.15 315.24 0.74 0.49
Hex D9 20 AA 0 55 16 F 13B 4A 31
Octal 331 40 252 0 125 26 17 473 112 61
Binary 11011001 100000 10101010 0 1010101 10110 1111 100111011 1001010 110001

Color Harmonies of #D920AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920AA

Black with #D920AA

Text Example


Text Example

White with #D920AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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