Html Css Color HEX #D920AF Spicy Pink

📋 copy color: '#D920AF'

red 217 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #D920AF

Tints of Spicy Pink #D920AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 51.18%
G = 7.55%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D920AF (or 0xD920AF) is known color: Spicy Pink. HEX triplet: D9, 20 and AF. RGB value is (217,32,175). Sum of RGB (Red+Green+Blue) = 217+32+175=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D920AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920AF is #26DF50. Grayscale: #676767. Windows color (decimal): -2547537 or 11477209. OLE color: 11477209.

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

Color convert

RGB 217 32 175 -
CMYK 0 0.85 0.19 0.15
HSL 313.62º 0.74% 0.49% -
HSV(B) 313.62º 0.85% 0.85% -
XYZ 36.87 18.88 42.26 -
YUV 103.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 217 32 175 0 0.85 0.19 0.15 313.62 0.74 0.49
Hex D9 20 AF 0 55 13 F 13A 4A 31
Octal 331 40 257 0 125 23 17 472 112 61
Binary 11011001 100000 10101111 0 1010101 10011 1111 100111010 1001010 110001

Color Harmonies of #D920AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920AF

Black with #D920AF

Text Example


Text Example

White with #D920AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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