Shades of Razzle Dazzle Rose #DC33D4
Tints of Razzle Dazzle Rose #DC33D4
RGB
CMYK
RGB Variations
Color information
#DC33D4 (or 0xDC33D4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and D4. RGB value is (220,51,212). Sum of RGB (Red+Green+Blue) = 220+51+212=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33D4 is #23CC2B. Grayscale: #777777. Windows color (decimal): -2346028 or 13906908. OLE color: 13906908.
HSL color Cylindrical-coordinate representation of color #DC33D4: hue angle of 302.84º 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 #DC33D4 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 212 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.14 |
| HSL | 302.84º | 0.71% | 0.53% | - |
| HSV(B) | 302.84º | 0.77% | 0.86% | - |
| XYZ | 42.58 | 22.34 | 64.35 | - |
| YUV | 119.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 212 | 0 | 0.77 | 0.04 | 0.14 | 302.84 | 0.71 | 0.53 |
| Hex | DC | 33 | D4 | 0 | 4D | 4 | E | 12F | 47 | 35 |
| Octal | 334 | 63 | 324 | 0 | 115 | 4 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110011 | 11010100 | 0 | 1001101 | 100 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC33D4
Complementary color
Monochromatic Colors of #DC33D4
Black with #DC33D4
Text Example
Text Example
White with #DC33D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33D4; }
p { color: rgb(220,51,212); }
H1.HeaderClassName
{
color: #DC33D4;
}
.AnyTagClassName
{
color: #DC33D4;
}
</style>
background-color css
<style>
a { background-color: #DC33D4; }
a { background-color: rgb(220,51,212); }
div.DivClassName
{
background-color: #DC33D4;
}
.BgClassName
{
background-color: #DC33D4;
}
</style>
border-color css
<style>
span { border-color: #DC33D4; }
span { border-color: rgb(220,51,212); }
td.TdClassName
{
border-color: #DC33D4;
}
.TagClassName
{
border-color: #DC33D4;
}
</style>