Shades of Razzle Dazzle Rose #DC33CC
Tints of Razzle Dazzle Rose #DC33CC
RGB
CMYK
RGB Variations
Color information
#DC33CC (or 0xDC33CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and CC. RGB value is (220,51,204). Sum of RGB (Red+Green+Blue) = 220+51+204=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33CC is #23CC33. Grayscale: #767676. Windows color (decimal): -2346036 or 13382620. OLE color: 13382620.
HSL color Cylindrical-coordinate representation of color #DC33CC: hue angle of 305.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33CC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 204 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.14 |
| HSL | 305.68º | 0.71% | 0.53% | - |
| HSV(B) | 305.68º | 0.77% | 0.86% | - |
| XYZ | 41.6 | 21.94 | 59.17 | - |
| YUV | 118.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 204 | 0 | 0.77 | 0.07 | 0.14 | 305.68 | 0.71 | 0.53 |
| Hex | DC | 33 | CC | 0 | 4D | 7 | E | 132 | 47 | 35 |
| Octal | 334 | 63 | 314 | 0 | 115 | 7 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110011 | 11001100 | 0 | 1001101 | 111 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC33CC
Complementary color
Monochromatic Colors of #DC33CC
Black with #DC33CC
Text Example
Text Example
White with #DC33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33CC; }
p { color: rgb(220,51,204); }
H1.HeaderClassName
{
color: #DC33CC;
}
.AnyTagClassName
{
color: #DC33CC;
}
</style>
background-color css
<style>
a { background-color: #DC33CC; }
a { background-color: rgb(220,51,204); }
div.DivClassName
{
background-color: #DC33CC;
}
.BgClassName
{
background-color: #DC33CC;
}
</style>
border-color css
<style>
span { border-color: #DC33CC; }
span { border-color: rgb(220,51,204); }
td.TdClassName
{
border-color: #DC33CC;
}
.TagClassName
{
border-color: #DC33CC;
}
</style>