Shades of Razzle Dazzle Rose #DF33CC
Tints of Razzle Dazzle Rose #DF33CC
RGB
CMYK
RGB Variations
Color information
#DF33CC (or 0xDF33CC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 33 and CC. RGB value is (223,51,204). Sum of RGB (Red+Green+Blue) = 223+51+204=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF33CC is #20CC33. Grayscale: #777777. Windows color (decimal): -2149428 or 13382623. OLE color: 13382623.
HSL color Cylindrical-coordinate representation of color #DF33CC: hue angle of 306.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF33CC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 204 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.13 |
| HSL | 306.63º | 0.73% | 0.54% | - |
| HSV(B) | 306.63º | 0.77% | 0.87% | - |
| XYZ | 42.51 | 22.42 | 59.21 | - |
| YUV | 119.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 204 | 0 | 0.77 | 0.09 | 0.13 | 306.63 | 0.73 | 0.54 |
| Hex | DF | 33 | CC | 0 | 4D | 9 | D | 133 | 49 | 36 |
| Octal | 337 | 63 | 314 | 0 | 115 | 11 | 15 | 463 | 111 | 66 |
| Binary | 11011111 | 110011 | 11001100 | 0 | 1001101 | 1001 | 1101 | 100110011 | 1001001 | 110110 |
Color Harmonies of #DF33CC
Complementary color
Monochromatic Colors of #DF33CC
Black with #DF33CC
Text Example
Text Example
White with #DF33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33CC; }
p { color: rgb(223,51,204); }
H1.HeaderClassName
{
color: #DF33CC;
}
.AnyTagClassName
{
color: #DF33CC;
}
</style>
background-color css
<style>
a { background-color: #DF33CC; }
a { background-color: rgb(223,51,204); }
div.DivClassName
{
background-color: #DF33CC;
}
.BgClassName
{
background-color: #DF33CC;
}
</style>
border-color css
<style>
span { border-color: #DF33CC; }
span { border-color: rgb(223,51,204); }
td.TdClassName
{
border-color: #DF33CC;
}
.TagClassName
{
border-color: #DF33CC;
}
</style>