Shades of Razzle Dazzle Rose #DF25D7
Tints of Razzle Dazzle Rose #DF25D7
RGB
CMYK
RGB Variations
Color information
#DF25D7 (or 0xDF25D7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and D7. RGB value is (223,37,215). Sum of RGB (Red+Green+Blue) = 223+37+215=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25D7 is #20DA28. Grayscale: #707070. Windows color (decimal): -2153001 or 14099935. OLE color: 14099935.
HSL color Cylindrical-coordinate representation of color #DF25D7: hue angle of 302.58º 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 #DF25D7 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 215 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.13 |
| HSL | 302.58º | 0.74% | 0.51% | - |
| HSV(B) | 302.58º | 0.83% | 0.87% | - |
| XYZ | 43.36 | 21.92 | 66.24 | - |
| YUV | 112.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 215 | 0 | 0.83 | 0.04 | 0.13 | 302.58 | 0.74 | 0.51 |
| Hex | DF | 25 | D7 | 0 | 53 | 4 | D | 12F | 4A | 33 |
| Octal | 337 | 45 | 327 | 0 | 123 | 4 | 15 | 457 | 112 | 63 |
| Binary | 11011111 | 100101 | 11010111 | 0 | 1010011 | 100 | 1101 | 100101111 | 1001010 | 110011 |
Color Harmonies of #DF25D7
Complementary color
Monochromatic Colors of #DF25D7
Black with #DF25D7
Text Example
Text Example
White with #DF25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25D7; }
p { color: rgb(223,37,215); }
H1.HeaderClassName
{
color: #DF25D7;
}
.AnyTagClassName
{
color: #DF25D7;
}
</style>
background-color css
<style>
a { background-color: #DF25D7; }
a { background-color: rgb(223,37,215); }
div.DivClassName
{
background-color: #DF25D7;
}
.BgClassName
{
background-color: #DF25D7;
}
</style>
border-color css
<style>
span { border-color: #DF25D7; }
span { border-color: rgb(223,37,215); }
td.TdClassName
{
border-color: #DF25D7;
}
.TagClassName
{
border-color: #DF25D7;
}
</style>