#DF28B8

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

Shades of Spicy Pink #DF28B8

Tints of Spicy Pink #DF28B8

Color information

#DF28B8 (or 0xDF28B8) is unknown color: approx Spicy Pink. HEX triplet: DF, 28 and B8. RGB value is (223,40,184). Sum of RGB (Red+Green+Blue) = 223+40+184=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28B8 is #20D747. Grayscale: #6E6E6E. Windows color (decimal): -2152264 or 12069087. OLE color: 12069087.

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

Color convert

RGB22340184-
CMYK00.820.170.13
HSL312.79º74.09%51.57%-
HSV(B)312.79º82.06%87.45%-
XYZ39.8420.6747.24-
YUV111.13169.13207.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 40 (16.02% from 255) = 8.95%
BLUE value IS 184 (72.27% from 255) = 41.16%
R=49.89%
G=8.95%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234018400.820.170.13312.7974.0951.57
HexDF28B805211D1394a34
Octal337502700122211547111264
Binary1101111110100010111000010100101000111011001110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28B8; }

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

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

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

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

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

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

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

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