Shades of Razzle Dazzle Rose #DF25CE
Tints of Razzle Dazzle Rose #DF25CE
RGB
CMYK
RGB Variations
Color information
#DF25CE (or 0xDF25CE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and CE. RGB value is (223,37,206). Sum of RGB (Red+Green+Blue) = 223+37+206=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25CE is #20DA31. Grayscale: #6F6F6F. Windows color (decimal): -2153010 or 13510111. OLE color: 13510111.
HSL color Cylindrical-coordinate representation of color #DF25CE: hue angle of 305.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25CE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 206 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.13 |
| HSL | 305.48º | 0.74% | 0.51% | - |
| HSV(B) | 305.48º | 0.83% | 0.87% | - |
| XYZ | 42.23 | 21.47 | 60.31 | - |
| YUV | 111.88 | 181.12 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 206 | 0 | 0.83 | 0.08 | 0.13 | 305.48 | 0.74 | 0.51 |
| Hex | DF | 25 | CE | 0 | 53 | 8 | D | 131 | 4A | 33 |
| Octal | 337 | 45 | 316 | 0 | 123 | 10 | 15 | 461 | 112 | 63 |
| Binary | 11011111 | 100101 | 11001110 | 0 | 1010011 | 1000 | 1101 | 100110001 | 1001010 | 110011 |
Color Harmonies of #DF25CE
Complementary color
Monochromatic Colors of #DF25CE
Black with #DF25CE
Text Example
Text Example
White with #DF25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25CE; }
p { color: rgb(223,37,206); }
H1.HeaderClassName
{
color: #DF25CE;
}
.AnyTagClassName
{
color: #DF25CE;
}
</style>
background-color css
<style>
a { background-color: #DF25CE; }
a { background-color: rgb(223,37,206); }
div.DivClassName
{
background-color: #DF25CE;
}
.BgClassName
{
background-color: #DF25CE;
}
</style>
border-color css
<style>
span { border-color: #DF25CE; }
span { border-color: rgb(223,37,206); }
td.TdClassName
{
border-color: #DF25CE;
}
.TagClassName
{
border-color: #DF25CE;
}
</style>