Html Css Color HEX #D920AE Spicy Pink

📋 copy color: '#D920AE'

red 217 ◦ green 32 ◦ blue 174

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

Shades of Spicy Pink #D920AE

Tints of Spicy Pink #D920AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 51.3%
G = 7.57%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D920AE (or 0xD920AE) is known color: Spicy Pink. HEX triplet: D9, 20 and AE. RGB value is (217,32,174). Sum of RGB (Red+Green+Blue) = 217+32+174=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D920AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920AE is #26DF51. Grayscale: #676767. Windows color (decimal): -2547538 or 11411673. OLE color: 11411673.

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

Color convert

RGB 217 32 174 -
CMYK 0 0.85 0.20 0.15
HSL 313.95º 0.74% 0.49% -
HSV(B) 313.95º 0.85% 0.85% -
XYZ 36.77 18.84 41.74 -
YUV 103.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 217 32 174 0 0.85 0.20 0.15 313.95 0.74 0.49
Hex D9 20 AE 0 55 14 F 13A 4A 31
Octal 331 40 256 0 125 24 17 472 112 61
Binary 11011001 100000 10101110 0 1010101 10100 1111 100111010 1001010 110001

Color Harmonies of #D920AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920AE

Black with #D920AE

Text Example


Text Example

White with #D920AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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