Shades of Razzle Dazzle Rose #DC36BF
Tints of Razzle Dazzle Rose #DC36BF
RGB
CMYK
RGB Variations
Color information
#DC36BF (or 0xDC36BF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 36 and BF. RGB value is (220,54,191). Sum of RGB (Red+Green+Blue) = 220+54+191=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36BF is #23C940. Grayscale: #767676. Windows color (decimal): -2345281 or 12531420. OLE color: 12531420.
HSL color Cylindrical-coordinate representation of color #DC36BF: hue angle of 310.48º 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 #DC36BF is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 191 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.14 |
| HSL | 310.48º | 0.7% | 0.54% | - |
| HSV(B) | 310.48º | 0.75% | 0.86% | - |
| XYZ | 40.24 | 21.62 | 51.34 | - |
| YUV | 119.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 191 | 0 | 0.75 | 0.13 | 0.14 | 310.48 | 0.7 | 0.54 |
| Hex | DC | 36 | BF | 0 | 4B | D | E | 136 | 46 | 36 |
| Octal | 334 | 66 | 277 | 0 | 113 | 15 | 16 | 466 | 106 | 66 |
| Binary | 11011100 | 110110 | 10111111 | 0 | 1001011 | 1101 | 1110 | 100110110 | 1000110 | 110110 |
Color Harmonies of #DC36BF
Complementary color
Monochromatic Colors of #DC36BF
Black with #DC36BF
Text Example
Text Example
White with #DC36BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36BF; }
p { color: rgb(220,54,191); }
H1.HeaderClassName
{
color: #DC36BF;
}
.AnyTagClassName
{
color: #DC36BF;
}
</style>
background-color css
<style>
a { background-color: #DC36BF; }
a { background-color: rgb(220,54,191); }
div.DivClassName
{
background-color: #DC36BF;
}
.BgClassName
{
background-color: #DC36BF;
}
</style>
border-color css
<style>
span { border-color: #DC36BF; }
span { border-color: rgb(220,54,191); }
td.TdClassName
{
border-color: #DC36BF;
}
.TagClassName
{
border-color: #DC36BF;
}
</style>