Shades of Razzle Dazzle Rose #DC36CE
Tints of Razzle Dazzle Rose #DC36CE
RGB
CMYK
RGB Variations
Color information
#DC36CE (or 0xDC36CE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 36 and CE. RGB value is (220,54,206). Sum of RGB (Red+Green+Blue) = 220+54+206=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36CE is #23C931. Grayscale: #787878. Windows color (decimal): -2345266 or 13514460. OLE color: 13514460.
HSL color Cylindrical-coordinate representation of color #DC36CE: hue angle of 305.06º 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 #DC36CE is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 206 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.14 |
| HSL | 305.06º | 0.7% | 0.54% | - |
| HSV(B) | 305.06º | 0.75% | 0.86% | - |
| XYZ | 41.97 | 22.31 | 60.49 | - |
| YUV | 120.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 206 | 0 | 0.75 | 0.06 | 0.14 | 305.06 | 0.7 | 0.54 |
| Hex | DC | 36 | CE | 0 | 4B | 6 | E | 131 | 46 | 36 |
| Octal | 334 | 66 | 316 | 0 | 113 | 6 | 16 | 461 | 106 | 66 |
| Binary | 11011100 | 110110 | 11001110 | 0 | 1001011 | 110 | 1110 | 100110001 | 1000110 | 110110 |
Color Harmonies of #DC36CE
Complementary color
Monochromatic Colors of #DC36CE
Black with #DC36CE
Text Example
Text Example
White with #DC36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36CE; }
p { color: rgb(220,54,206); }
H1.HeaderClassName
{
color: #DC36CE;
}
.AnyTagClassName
{
color: #DC36CE;
}
</style>
background-color css
<style>
a { background-color: #DC36CE; }
a { background-color: rgb(220,54,206); }
div.DivClassName
{
background-color: #DC36CE;
}
.BgClassName
{
background-color: #DC36CE;
}
</style>
border-color css
<style>
span { border-color: #DC36CE; }
span { border-color: rgb(220,54,206); }
td.TdClassName
{
border-color: #DC36CE;
}
.TagClassName
{
border-color: #DC36CE;
}
</style>