#DF28B6

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

Shades of Spicy Pink #DF28B6

Tints of Spicy Pink #DF28B6

Color information

#DF28B6 (or 0xDF28B6) is unknown color: approx Spicy Pink. HEX triplet: DF, 28 and B6. RGB value is (223,40,182). Sum of RGB (Red+Green+Blue) = 223+40+182=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28B6 is #20D749. Grayscale: #6E6E6E. Windows color (decimal): -2152266 or 11938015. OLE color: 11938015.

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

Color convert

RGB22340182-
CMYK00.820.180.13
HSL313.44º74.09%51.57%-
HSV(B)313.44º82.06%87.45%-
XYZ39.6320.5846.14-
YUV110.9168.13207.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 40 (16.02% from 255) = 8.99%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=50.11%
G=8.99%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234018200.820.180.13313.4474.0951.57
HexDF28B605212D1394a34
Octal337502660122221547111264
Binary1101111110100010110110010100101001011011001110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28B6; }

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

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

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

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

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

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

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

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