Html Css Color HEX #D920A8 Spicy Pink

📋 copy color: '#D920A8'

red 217 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #D920A8

Tints of Spicy Pink #D920A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 52.04%
G = 7.67%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D920A8 (or 0xD920A8) is known color: Spicy Pink. HEX triplet: D9, 20 and A8. RGB value is (217,32,168). Sum of RGB (Red+Green+Blue) = 217+32+168=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D920A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920A8 is #26DF57. Grayscale: #666666. Windows color (decimal): -2547544 or 11018457. OLE color: 11018457.

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

Color convert

RGB 217 32 168 -
CMYK 0 0.85 0.23 0.15
HSL 315.89º 0.74% 0.49% -
HSV(B) 315.89º 0.85% 0.85% -
XYZ 36.2 18.61 38.73 -
YUV 102.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 217 32 168 0 0.85 0.23 0.15 315.89 0.74 0.49
Hex D9 20 A8 0 55 17 F 13C 4A 31
Octal 331 40 250 0 125 27 17 474 112 61
Binary 11011001 100000 10101000 0 1010101 10111 1111 100111100 1001010 110001

Color Harmonies of #D920A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920A8

Black with #D920A8

Text Example


Text Example

White with #D920A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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