Html Css Color HEX #DF19A9 Spicy Pink

📋 copy color: '#DF19A9'

red 223 ◦ green 25 ◦ blue 169

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

Shades of Spicy Pink #DF19A9

Tints of Spicy Pink #DF19A9

RGB

 RED value IS 223 (87.5% from 255) = 53.48%

 GREEN value IS 25 (10.16% from 255) = 6%

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 53.48%
G = 6%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF19A9 (or 0xDF19A9) is known color: Spicy Pink. HEX triplet: DF, 19 and A9. RGB value is (223,25,169). Sum of RGB (Red+Green+Blue) = 223+25+169=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF19A9 is #20E656. Grayscale: #646464. Windows color (decimal): -2156119 or 11082207. OLE color: 11082207.

HSL color Cylindrical-coordinate representation of color #DF19A9: hue angle of 316.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19A9 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 169 -
CMYK 0 0.89 0.24 0.13
HSL 316.36º 0.8% 0.49% -
HSV(B) 316.36º 0.89% 0.87% -
XYZ 37.94 19.25 39.25 -
YUV 100.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 223 25 169 0 0.89 0.24 0.13 316.36 0.8 0.49
Hex DF 19 A9 0 59 18 D 13C 50 31
Octal 337 31 251 0 131 30 15 474 120 61
Binary 11011111 11001 10101001 0 1011001 11000 1101 100111100 1010000 110001

Color Harmonies of #DF19A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19A9

Black with #DF19A9

Text Example


Text Example

White with #DF19A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19A9; }

 p { color: rgb(223,25,169); }

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

background-color css

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

 a { background-color: rgb(223,25,169); }

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

border-color css

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

 span { border-color: rgb(223,25,169); }

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