Html Css Color HEX #DF1FA9 Spicy Pink

📋 copy color: '#DF1FA9'

red 223 ◦ green 31 ◦ blue 169

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

Shades of Spicy Pink #DF1FA9

Tints of Spicy Pink #DF1FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.33%

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

R = 52.72%
G = 7.33%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF1FA9 (or 0xDF1FA9) is known color: Spicy Pink. HEX triplet: DF, 1F and A9. RGB value is (223,31,169). Sum of RGB (Red+Green+Blue) = 223+31+169=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1FA9 is #20E056. Grayscale: #676767. Windows color (decimal): -2154583 or 11083743. OLE color: 11083743.

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

Color convert

RGB 223 31 169 -
CMYK 0 0.86 0.24 0.13
HSL 316.88º 0.76% 0.5% -
HSV(B) 316.88º 0.86% 0.87% -
XYZ 38.08 19.53 39.3 -
YUV 104.14 164.61 212.78 -
System Red Green Blue C M Y K H S L
Decimal 223 31 169 0 0.86 0.24 0.13 316.88 0.76 0.5
Hex DF 1F A9 0 56 18 D 13D 4C 32
Octal 337 37 251 0 126 30 15 475 114 62
Binary 11011111 11111 10101001 0 1010110 11000 1101 100111101 1001100 110010

Color Harmonies of #DF1FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1FA9

Black with #DF1FA9

Text Example


Text Example

White with #DF1FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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