Html Css Color HEX #D920AB Spicy Pink

📋 copy color: '#D920AB'

red 217 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #D920AB

Tints of Spicy Pink #D920AB

RGB

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

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

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

R = 51.67%
G = 7.62%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D920AB (or 0xD920AB) is known color: Spicy Pink. HEX triplet: D9, 20 and AB. RGB value is (217,32,171). Sum of RGB (Red+Green+Blue) = 217+32+171=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D920AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920AB is #26DF54. Grayscale: #666666. Windows color (decimal): -2547541 or 11215065. OLE color: 11215065.

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

Color convert

RGB 217 32 171 -
CMYK 0 0.85 0.21 0.15
HSL 314.92º 0.74% 0.49% -
HSV(B) 314.92º 0.85% 0.85% -
XYZ 36.48 18.73 40.22 -
YUV 103.16 166.29 209.2 -
System Red Green Blue C M Y K H S L
Decimal 217 32 171 0 0.85 0.21 0.15 314.92 0.74 0.49
Hex D9 20 AB 0 55 15 F 13B 4A 31
Octal 331 40 253 0 125 25 17 473 112 61
Binary 11011001 100000 10101011 0 1010101 10101 1111 100111011 1001010 110001

Color Harmonies of #D920AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920AB

Black with #D920AB

Text Example


Text Example

White with #D920AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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