Shades of Razzle Dazzle Rose #DF25DA
Tints of Razzle Dazzle Rose #DF25DA
RGB
CMYK
RGB Variations
Color information
#DF25DA (or 0xDF25DA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and DA. RGB value is (223,37,218). Sum of RGB (Red+Green+Blue) = 223+37+218=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25DA is #20DA25. Grayscale: #707070. Windows color (decimal): -2152998 or 14296543. OLE color: 14296543.
HSL color Cylindrical-coordinate representation of color #DF25DA: hue angle of 301.61º 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 #DF25DA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 218 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.13 |
| HSL | 301.61º | 0.74% | 0.51% | - |
| HSV(B) | 301.61º | 0.83% | 0.87% | - |
| XYZ | 43.75 | 22.07 | 68.28 | - |
| YUV | 113.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 218 | 0 | 0.83 | 0.02 | 0.13 | 301.61 | 0.74 | 0.51 |
| Hex | DF | 25 | DA | 0 | 53 | 2 | D | 12E | 4A | 33 |
| Octal | 337 | 45 | 332 | 0 | 123 | 2 | 15 | 456 | 112 | 63 |
| Binary | 11011111 | 100101 | 11011010 | 0 | 1010011 | 10 | 1101 | 100101110 | 1001010 | 110011 |
Color Harmonies of #DF25DA
Complementary color
Monochromatic Colors of #DF25DA
Black with #DF25DA
Text Example
Text Example
White with #DF25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25DA; }
p { color: rgb(223,37,218); }
H1.HeaderClassName
{
color: #DF25DA;
}
.AnyTagClassName
{
color: #DF25DA;
}
</style>
background-color css
<style>
a { background-color: #DF25DA; }
a { background-color: rgb(223,37,218); }
div.DivClassName
{
background-color: #DF25DA;
}
.BgClassName
{
background-color: #DF25DA;
}
</style>
border-color css
<style>
span { border-color: #DF25DA; }
span { border-color: rgb(223,37,218); }
td.TdClassName
{
border-color: #DF25DA;
}
.TagClassName
{
border-color: #DF25DA;
}
</style>