Html Css Color HEX #D920AC Spicy Pink

📋 copy color: '#D920AC'

red 217 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #D920AC

Tints of Spicy Pink #D920AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 51.54%
G = 7.6%
B = 40.86%

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

#D920AC (or 0xD920AC) is known color: Spicy Pink. HEX triplet: D9, 20 and AC. RGB value is (217,32,172). Sum of RGB (Red+Green+Blue) = 217+32+172=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D920AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920AC is #26DF53. Grayscale: #666666. Windows color (decimal): -2547540 or 11280601. OLE color: 11280601.

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

Color convert

RGB 217 32 172 -
CMYK 0 0.85 0.21 0.15
HSL 314.59º 0.74% 0.49% -
HSV(B) 314.59º 0.85% 0.85% -
XYZ 36.58 18.76 40.72 -
YUV 103.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 217 32 172 0 0.85 0.21 0.15 314.59 0.74 0.49
Hex D9 20 AC 0 55 15 F 13B 4A 31
Octal 331 40 254 0 125 25 17 473 112 61
Binary 11011001 100000 10101100 0 1010101 10101 1111 100111011 1001010 110001

Color Harmonies of #D920AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920AC

Black with #D920AC

Text Example


Text Example

White with #D920AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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