#DF28CE

Color #DF28CE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF28CE

Tints of Razzle Dazzle Rose #DF28CE

Color information

#DF28CE (or 0xDF28CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 28 and CE. RGB value is (223,40,206). Sum of RGB (Red+Green+Blue) = 223+40+206=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28CE is #20D731. Grayscale: #717171. Windows color (decimal): -2152242 or 13510879. OLE color: 13510879.

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

Color convert

RGB22340206-
CMYK00.820.080.13
HSL305.57º74.09%51.57%-
HSV(B)305.57º82.06%87.45%-
XYZ42.3321.6660.34-
YUV113.64180.13206-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 40 (16.02% from 255) = 8.53%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=47.55%
G=8.53%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234020600.820.080.13305.5774.0951.57
HexDF28CE0528D1324a34
Octal337503160122101546211264
Binary110111111010001100111001010010100011011001100101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28CE; }

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

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

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

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

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

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

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

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