Shades of Razzle Dazzle Rose #DC33CB
Tints of Razzle Dazzle Rose #DC33CB
RGB
CMYK
RGB Variations
Color information
#DC33CB (or 0xDC33CB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and CB. RGB value is (220,51,203). Sum of RGB (Red+Green+Blue) = 220+51+203=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33CB is #23CC34. Grayscale: #767676. Windows color (decimal): -2346037 or 13317084. OLE color: 13317084.
HSL color Cylindrical-coordinate representation of color #DC33CB: hue angle of 306.04º 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 #DC33CB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 203 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.14 |
| HSL | 306.04º | 0.71% | 0.53% | - |
| HSV(B) | 306.04º | 0.77% | 0.86% | - |
| XYZ | 41.48 | 21.9 | 58.54 | - |
| YUV | 118.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 203 | 0 | 0.77 | 0.08 | 0.14 | 306.04 | 0.71 | 0.53 |
| Hex | DC | 33 | CB | 0 | 4D | 8 | E | 132 | 47 | 35 |
| Octal | 334 | 63 | 313 | 0 | 115 | 10 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110011 | 11001011 | 0 | 1001101 | 1000 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC33CB
Complementary color
Monochromatic Colors of #DC33CB
Black with #DC33CB
Text Example
Text Example
White with #DC33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33CB; }
p { color: rgb(220,51,203); }
H1.HeaderClassName
{
color: #DC33CB;
}
.AnyTagClassName
{
color: #DC33CB;
}
</style>
background-color css
<style>
a { background-color: #DC33CB; }
a { background-color: rgb(220,51,203); }
div.DivClassName
{
background-color: #DC33CB;
}
.BgClassName
{
background-color: #DC33CB;
}
</style>
border-color css
<style>
span { border-color: #DC33CB; }
span { border-color: rgb(220,51,203); }
td.TdClassName
{
border-color: #DC33CB;
}
.TagClassName
{
border-color: #DC33CB;
}
</style>