#DF28B5

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

Shades of Spicy Pink #DF28B5

Tints of Spicy Pink #DF28B5

Color information

#DF28B5 (or 0xDF28B5) is unknown color: approx Spicy Pink. HEX triplet: DF, 28 and B5. RGB value is (223,40,181). Sum of RGB (Red+Green+Blue) = 223+40+181=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28B5 is #20D74A. Grayscale: #6E6E6E. Windows color (decimal): -2152267 or 11872479. OLE color: 11872479.

HSL color Cylindrical-coordinate representation of color #DF28B5: hue angle of 313.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28B5 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB22340181-
CMYK00.820.190.13
HSL313.77º74.09%51.57%-
HSV(B)313.77º82.06%87.45%-
XYZ39.5320.5445.6-
YUV110.79167.63208.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 40 (16.02% from 255) = 9.01%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=50.23%
G=9.01%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234018100.820.190.13313.7774.0951.57
HexDF28B505213D13a4a34
Octal337502650122231547211264
Binary1101111110100010110101010100101001111011001110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28B5; }

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

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

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

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

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

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

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

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