Shades of Razzle Dazzle Rose #DF25CC
Tints of Razzle Dazzle Rose #DF25CC
RGB
CMYK
RGB Variations
Color information
#DF25CC (or 0xDF25CC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and CC. RGB value is (223,37,204). Sum of RGB (Red+Green+Blue) = 223+37+204=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25CC is #20DA33. Grayscale: #6F6F6F. Windows color (decimal): -2153012 or 13379039. OLE color: 13379039.
HSL color Cylindrical-coordinate representation of color #DF25CC: hue angle of 306.13º 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 #DF25CC is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 204 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.13 |
| HSL | 306.13º | 0.74% | 0.51% | - |
| HSV(B) | 306.13º | 0.83% | 0.87% | - |
| XYZ | 41.99 | 21.37 | 59.04 | - |
| YUV | 111.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 204 | 0 | 0.83 | 0.09 | 0.13 | 306.13 | 0.74 | 0.51 |
| Hex | DF | 25 | CC | 0 | 53 | 9 | D | 132 | 4A | 33 |
| Octal | 337 | 45 | 314 | 0 | 123 | 11 | 15 | 462 | 112 | 63 |
| Binary | 11011111 | 100101 | 11001100 | 0 | 1010011 | 1001 | 1101 | 100110010 | 1001010 | 110011 |
Color Harmonies of #DF25CC
Complementary color
Monochromatic Colors of #DF25CC
Black with #DF25CC
Text Example
Text Example
White with #DF25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25CC; }
p { color: rgb(223,37,204); }
H1.HeaderClassName
{
color: #DF25CC;
}
.AnyTagClassName
{
color: #DF25CC;
}
</style>
background-color css
<style>
a { background-color: #DF25CC; }
a { background-color: rgb(223,37,204); }
div.DivClassName
{
background-color: #DF25CC;
}
.BgClassName
{
background-color: #DF25CC;
}
</style>
border-color css
<style>
span { border-color: #DF25CC; }
span { border-color: rgb(223,37,204); }
td.TdClassName
{
border-color: #DF25CC;
}
.TagClassName
{
border-color: #DF25CC;
}
</style>