Shades of Razzle Dazzle Rose #DC36CB
Tints of Razzle Dazzle Rose #DC36CB
RGB
CMYK
RGB Variations
Color information
#DC36CB (or 0xDC36CB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 36 and CB. RGB value is (220,54,203). Sum of RGB (Red+Green+Blue) = 220+54+203=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36CB is #23C934. Grayscale: #787878. Windows color (decimal): -2345269 or 13317852. OLE color: 13317852.
HSL color Cylindrical-coordinate representation of color #DC36CB: hue angle of 306.14º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC36CB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 203 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.14 |
| HSL | 306.14º | 0.7% | 0.54% | - |
| HSV(B) | 306.14º | 0.75% | 0.86% | - |
| XYZ | 41.61 | 22.17 | 58.59 | - |
| YUV | 120.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 203 | 0 | 0.75 | 0.08 | 0.14 | 306.14 | 0.7 | 0.54 |
| Hex | DC | 36 | CB | 0 | 4B | 8 | E | 132 | 46 | 36 |
| Octal | 334 | 66 | 313 | 0 | 113 | 10 | 16 | 462 | 106 | 66 |
| Binary | 11011100 | 110110 | 11001011 | 0 | 1001011 | 1000 | 1110 | 100110010 | 1000110 | 110110 |
Color Harmonies of #DC36CB
Complementary color
Monochromatic Colors of #DC36CB
Black with #DC36CB
Text Example
Text Example
White with #DC36CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36CB; }
p { color: rgb(220,54,203); }
H1.HeaderClassName
{
color: #DC36CB;
}
.AnyTagClassName
{
color: #DC36CB;
}
</style>
background-color css
<style>
a { background-color: #DC36CB; }
a { background-color: rgb(220,54,203); }
div.DivClassName
{
background-color: #DC36CB;
}
.BgClassName
{
background-color: #DC36CB;
}
</style>
border-color css
<style>
span { border-color: #DC36CB; }
span { border-color: rgb(220,54,203); }
td.TdClassName
{
border-color: #DC36CB;
}
.TagClassName
{
border-color: #DC36CB;
}
</style>