Shades of Razzle Dazzle Rose #DC33D0
Tints of Razzle Dazzle Rose #DC33D0
RGB
CMYK
RGB Variations
Color information
#DC33D0 (or 0xDC33D0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and D0. RGB value is (220,51,208). Sum of RGB (Red+Green+Blue) = 220+51+208=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33D0 is #23CC2F. Grayscale: #767676. Windows color (decimal): -2346032 or 13644764. OLE color: 13644764.
HSL color Cylindrical-coordinate representation of color #DC33D0: hue angle of 304.26º 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 #DC33D0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 208 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.14 |
| HSL | 304.26º | 0.71% | 0.53% | - |
| HSV(B) | 304.26º | 0.77% | 0.86% | - |
| XYZ | 42.08 | 22.14 | 61.73 | - |
| YUV | 119.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 208 | 0 | 0.77 | 0.05 | 0.14 | 304.26 | 0.71 | 0.53 |
| Hex | DC | 33 | D0 | 0 | 4D | 5 | E | 130 | 47 | 35 |
| Octal | 334 | 63 | 320 | 0 | 115 | 5 | 16 | 460 | 107 | 65 |
| Binary | 11011100 | 110011 | 11010000 | 0 | 1001101 | 101 | 1110 | 100110000 | 1000111 | 110101 |
Color Harmonies of #DC33D0
Complementary color
Monochromatic Colors of #DC33D0
Black with #DC33D0
Text Example
Text Example
White with #DC33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33D0; }
p { color: rgb(220,51,208); }
H1.HeaderClassName
{
color: #DC33D0;
}
.AnyTagClassName
{
color: #DC33D0;
}
</style>
background-color css
<style>
a { background-color: #DC33D0; }
a { background-color: rgb(220,51,208); }
div.DivClassName
{
background-color: #DC33D0;
}
.BgClassName
{
background-color: #DC33D0;
}
</style>
border-color css
<style>
span { border-color: #DC33D0; }
span { border-color: rgb(220,51,208); }
td.TdClassName
{
border-color: #DC33D0;
}
.TagClassName
{
border-color: #DC33D0;
}
</style>