Shades of Razzle Dazzle Rose #DC33D3
Tints of Razzle Dazzle Rose #DC33D3
RGB
CMYK
RGB Variations
Color information
#DC33D3 (or 0xDC33D3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and D3. RGB value is (220,51,211). Sum of RGB (Red+Green+Blue) = 220+51+211=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33D3 is #23CC2C. Grayscale: #777777. Windows color (decimal): -2346029 or 13841372. OLE color: 13841372.
HSL color Cylindrical-coordinate representation of color #DC33D3: hue angle of 303.2º 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 #DC33D3 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 211 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.14 |
| HSL | 303.2º | 0.71% | 0.53% | - |
| HSV(B) | 303.2º | 0.77% | 0.86% | - |
| XYZ | 42.46 | 22.29 | 63.69 | - |
| YUV | 119.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 211 | 0 | 0.77 | 0.04 | 0.14 | 303.2 | 0.71 | 0.53 |
| Hex | DC | 33 | D3 | 0 | 4D | 4 | E | 12F | 47 | 35 |
| Octal | 334 | 63 | 323 | 0 | 115 | 4 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110011 | 11010011 | 0 | 1001101 | 100 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC33D3
Complementary color
Monochromatic Colors of #DC33D3
Black with #DC33D3
Text Example
Text Example
White with #DC33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33D3; }
p { color: rgb(220,51,211); }
H1.HeaderClassName
{
color: #DC33D3;
}
.AnyTagClassName
{
color: #DC33D3;
}
</style>
background-color css
<style>
a { background-color: #DC33D3; }
a { background-color: rgb(220,51,211); }
div.DivClassName
{
background-color: #DC33D3;
}
.BgClassName
{
background-color: #DC33D3;
}
</style>
border-color css
<style>
span { border-color: #DC33D3; }
span { border-color: rgb(220,51,211); }
td.TdClassName
{
border-color: #DC33D3;
}
.TagClassName
{
border-color: #DC33D3;
}
</style>