Shades of Razzle Dazzle Rose #DC36CF
Tints of Razzle Dazzle Rose #DC36CF
RGB
CMYK
RGB Variations
Color information
#DC36CF (or 0xDC36CF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 36 and CF. RGB value is (220,54,207). Sum of RGB (Red+Green+Blue) = 220+54+207=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36CF is #23C930. Grayscale: #787878. Windows color (decimal): -2345265 or 13579996. OLE color: 13579996.
HSL color Cylindrical-coordinate representation of color #DC36CF: hue angle of 304.7º 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 #DC36CF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 207 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.14 |
| HSL | 304.7º | 0.7% | 0.54% | - |
| HSV(B) | 304.7º | 0.75% | 0.86% | - |
| XYZ | 42.1 | 22.36 | 61.13 | - |
| YUV | 121.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 207 | 0 | 0.75 | 0.06 | 0.14 | 304.7 | 0.7 | 0.54 |
| Hex | DC | 36 | CF | 0 | 4B | 6 | E | 131 | 46 | 36 |
| Octal | 334 | 66 | 317 | 0 | 113 | 6 | 16 | 461 | 106 | 66 |
| Binary | 11011100 | 110110 | 11001111 | 0 | 1001011 | 110 | 1110 | 100110001 | 1000110 | 110110 |
Color Harmonies of #DC36CF
Complementary color
Monochromatic Colors of #DC36CF
Black with #DC36CF
Text Example
Text Example
White with #DC36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36CF; }
p { color: rgb(220,54,207); }
H1.HeaderClassName
{
color: #DC36CF;
}
.AnyTagClassName
{
color: #DC36CF;
}
</style>
background-color css
<style>
a { background-color: #DC36CF; }
a { background-color: rgb(220,54,207); }
div.DivClassName
{
background-color: #DC36CF;
}
.BgClassName
{
background-color: #DC36CF;
}
</style>
border-color css
<style>
span { border-color: #DC36CF; }
span { border-color: rgb(220,54,207); }
td.TdClassName
{
border-color: #DC36CF;
}
.TagClassName
{
border-color: #DC36CF;
}
</style>