Html Css Color HEX #DF19AA Spicy Pink

📋 copy color: '#DF19AA'

red 223 ◦ green 25 ◦ blue 170

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

Shades of Spicy Pink #DF19AA

Tints of Spicy Pink #DF19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 53.35%
G = 5.98%
B = 40.67%

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

#DF19AA (or 0xDF19AA) is known color: Spicy Pink. HEX triplet: DF, 19 and AA. RGB value is (223,25,170). Sum of RGB (Red+Green+Blue) = 223+25+170=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF19AA is #20E655. Grayscale: #646464. Windows color (decimal): -2156118 or 11147743. OLE color: 11147743.

HSL color Cylindrical-coordinate representation of color #DF19AA: hue angle of 316.06º 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 #DF19AA is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 170 -
CMYK 0 0.89 0.24 0.13
HSL 316.06º 0.8% 0.49% -
HSV(B) 316.06º 0.89% 0.87% -
XYZ 38.03 19.29 39.75 -
YUV 100.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 223 25 170 0 0.89 0.24 0.13 316.06 0.8 0.49
Hex DF 19 AA 0 59 18 D 13C 50 31
Octal 337 31 252 0 131 30 15 474 120 61
Binary 11011111 11001 10101010 0 1011001 11000 1101 100111100 1010000 110001

Color Harmonies of #DF19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19AA

Black with #DF19AA

Text Example


Text Example

White with #DF19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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