#DF28B9

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

Shades of Spicy Pink #DF28B9

Tints of Spicy Pink #DF28B9

Color information

#DF28B9 (or 0xDF28B9) is unknown color: approx Spicy Pink. HEX triplet: DF, 28 and B9. RGB value is (223,40,185). Sum of RGB (Red+Green+Blue) = 223+40+185=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28B9 is #20D746. Grayscale: #6E6E6E. Windows color (decimal): -2152263 or 12134623. OLE color: 12134623.

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

Color convert

RGB22340185-
CMYK00.820.170.13
HSL312.46º74.09%51.57%-
HSV(B)312.46º82.06%87.45%-
XYZ39.9520.7147.79-
YUV111.25169.63207.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 40 (16.02% from 255) = 8.93%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=49.78%
G=8.93%
B=41.29%

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
Decimal2234018500.820.170.13312.4674.0951.57
HexDF28B905211D1384a34
Octal337502710122211547011264
Binary1101111110100010111001010100101000111011001110001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28B9; }

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

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

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

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

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

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

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

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