Shades of Razzle Dazzle Rose #DC33C3
Tints of Razzle Dazzle Rose #DC33C3
RGB
CMYK
RGB Variations
Color information
#DC33C3 (or 0xDC33C3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and C3. RGB value is (220,51,195). Sum of RGB (Red+Green+Blue) = 220+51+195=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33C3 is #23CC3C. Grayscale: #757575. Windows color (decimal): -2346045 or 12792796. OLE color: 12792796.
HSL color Cylindrical-coordinate representation of color #DC33C3: hue angle of 308.88º 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 #DC33C3 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 195 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.14 |
| HSL | 308.88º | 0.71% | 0.53% | - |
| HSV(B) | 308.88º | 0.77% | 0.86% | - |
| XYZ | 40.55 | 21.52 | 53.65 | - |
| YUV | 117.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 195 | 0 | 0.77 | 0.11 | 0.14 | 308.88 | 0.71 | 0.53 |
| Hex | DC | 33 | C3 | 0 | 4D | B | E | 135 | 47 | 35 |
| Octal | 334 | 63 | 303 | 0 | 115 | 13 | 16 | 465 | 107 | 65 |
| Binary | 11011100 | 110011 | 11000011 | 0 | 1001101 | 1011 | 1110 | 100110101 | 1000111 | 110101 |
Color Harmonies of #DC33C3
Complementary color
Monochromatic Colors of #DC33C3
Black with #DC33C3
Text Example
Text Example
White with #DC33C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33C3; }
p { color: rgb(220,51,195); }
H1.HeaderClassName
{
color: #DC33C3;
}
.AnyTagClassName
{
color: #DC33C3;
}
</style>
background-color css
<style>
a { background-color: #DC33C3; }
a { background-color: rgb(220,51,195); }
div.DivClassName
{
background-color: #DC33C3;
}
.BgClassName
{
background-color: #DC33C3;
}
</style>
border-color css
<style>
span { border-color: #DC33C3; }
span { border-color: rgb(220,51,195); }
td.TdClassName
{
border-color: #DC33C3;
}
.TagClassName
{
border-color: #DC33C3;
}
</style>