Shades of Razzle Dazzle Rose #DC2BCE
Tints of Razzle Dazzle Rose #DC2BCE
RGB
CMYK
RGB Variations
Color information
#DC2BCE (or 0xDC2BCE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and CE. RGB value is (220,43,206). Sum of RGB (Red+Green+Blue) = 220+43+206=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCE is #23D431. Grayscale: #727272. Windows color (decimal): -2348082 or 13511644. OLE color: 13511644.
HSL color Cylindrical-coordinate representation of color #DC2BCE: hue angle of 304.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2BCE is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 206 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.14 |
| HSL | 304.75º | 0.72% | 0.52% | - |
| HSV(B) | 304.75º | 0.8% | 0.86% | - |
| XYZ | 41.52 | 21.4 | 60.33 | - |
| YUV | 114.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 206 | 0 | 0.80 | 0.06 | 0.14 | 304.75 | 0.72 | 0.52 |
| Hex | DC | 2B | CE | 0 | 50 | 6 | E | 131 | 48 | 34 |
| Octal | 334 | 53 | 316 | 0 | 120 | 6 | 16 | 461 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001110 | 0 | 1010000 | 110 | 1110 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DC2BCE
Complementary color
Monochromatic Colors of #DC2BCE
Black with #DC2BCE
Text Example
Text Example
White with #DC2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BCE; }
p { color: rgb(220,43,206); }
H1.HeaderClassName
{
color: #DC2BCE;
}
.AnyTagClassName
{
color: #DC2BCE;
}
</style>
background-color css
<style>
a { background-color: #DC2BCE; }
a { background-color: rgb(220,43,206); }
div.DivClassName
{
background-color: #DC2BCE;
}
.BgClassName
{
background-color: #DC2BCE;
}
</style>
border-color css
<style>
span { border-color: #DC2BCE; }
span { border-color: rgb(220,43,206); }
td.TdClassName
{
border-color: #DC2BCE;
}
.TagClassName
{
border-color: #DC2BCE;
}
</style>