#DF1FB5

Color #DF1FB5 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DF1FB5

Tints of Spicy Pink #DF1FB5

Color information

#DF1FB5 (or 0xDF1FB5) is unknown color: approx Spicy Pink. HEX triplet: DF, 1F and B5. RGB value is (223,31,181). Sum of RGB (Red+Green+Blue) = 223+31+181=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FB5 is #20E04A. Grayscale: #696969. Windows color (decimal): -2154571 or 11870175. OLE color: 11870175.

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

Color convert

RGB22331181-
CMYK00.860.190.13
HSL313.12º75.59%49.8%-
HSV(B)313.12º86.1%87.45%-
XYZ39.262045.51-
YUV105.51170.61211.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 31 (12.5% from 255) = 7.13%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=51.26%
G=7.13%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233118100.860.190.13313.1275.5949.8
HexDF1FB505613D1394c32
Octal337372650126231547111462
Binary110111111111110110101010101101001111011001110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1FB5; }

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

 H1.HeaderClassName
 {
   color: #DF1FB5;
 }
 .AnyTagClassName
 {
   color: #DF1FB5;
 }
</style>
background-color css

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

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

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

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

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

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