Shades of Razzle Dazzle Rose #DF34CC
Tints of Razzle Dazzle Rose #DF34CC
RGB
CMYK
RGB Variations
Color information
#DF34CC (or 0xDF34CC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 34 and CC. RGB value is (223,52,204). Sum of RGB (Red+Green+Blue) = 223+52+204=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34CC is #20CB33. Grayscale: #787878. Windows color (decimal): -2149172 or 13382879. OLE color: 13382879.
HSL color Cylindrical-coordinate representation of color #DF34CC: hue angle of 306.67º 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 #DF34CC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 204 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.13 |
| HSL | 306.67º | 0.73% | 0.54% | - |
| HSV(B) | 306.67º | 0.77% | 0.87% | - |
| XYZ | 42.56 | 22.5 | 59.23 | - |
| YUV | 120.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 204 | 0 | 0.77 | 0.09 | 0.13 | 306.67 | 0.73 | 0.54 |
| Hex | DF | 34 | CC | 0 | 4D | 9 | D | 133 | 49 | 36 |
| Octal | 337 | 64 | 314 | 0 | 115 | 11 | 15 | 463 | 111 | 66 |
| Binary | 11011111 | 110100 | 11001100 | 0 | 1001101 | 1001 | 1101 | 100110011 | 1001001 | 110110 |
Color Harmonies of #DF34CC
Complementary color
Monochromatic Colors of #DF34CC
Black with #DF34CC
Text Example
Text Example
White with #DF34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34CC; }
p { color: rgb(223,52,204); }
H1.HeaderClassName
{
color: #DF34CC;
}
.AnyTagClassName
{
color: #DF34CC;
}
</style>
background-color css
<style>
a { background-color: #DF34CC; }
a { background-color: rgb(223,52,204); }
div.DivClassName
{
background-color: #DF34CC;
}
.BgClassName
{
background-color: #DF34CC;
}
</style>
border-color css
<style>
span { border-color: #DF34CC; }
span { border-color: rgb(223,52,204); }
td.TdClassName
{
border-color: #DF34CC;
}
.TagClassName
{
border-color: #DF34CC;
}
</style>