Shades of Razzle Dazzle Rose #DC2BCB
Tints of Razzle Dazzle Rose #DC2BCB
RGB
CMYK
RGB Variations
Color information
#DC2BCB (or 0xDC2BCB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and CB. RGB value is (220,43,203). Sum of RGB (Red+Green+Blue) = 220+43+203=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCB is #23D434. Grayscale: #717171. Windows color (decimal): -2348085 or 13315036. OLE color: 13315036.
HSL color Cylindrical-coordinate representation of color #DC2BCB: hue angle of 305.76º 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 #DC2BCB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 203 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.14 |
| HSL | 305.76º | 0.72% | 0.52% | - |
| HSV(B) | 305.76º | 0.8% | 0.86% | - |
| XYZ | 41.16 | 21.26 | 58.43 | - |
| YUV | 114.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 203 | 0 | 0.80 | 0.08 | 0.14 | 305.76 | 0.72 | 0.52 |
| Hex | DC | 2B | CB | 0 | 50 | 8 | E | 132 | 48 | 34 |
| Octal | 334 | 53 | 313 | 0 | 120 | 10 | 16 | 462 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001011 | 0 | 1010000 | 1000 | 1110 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DC2BCB
Complementary color
Monochromatic Colors of #DC2BCB
Black with #DC2BCB
Text Example
Text Example
White with #DC2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BCB; }
p { color: rgb(220,43,203); }
H1.HeaderClassName
{
color: #DC2BCB;
}
.AnyTagClassName
{
color: #DC2BCB;
}
</style>
background-color css
<style>
a { background-color: #DC2BCB; }
a { background-color: rgb(220,43,203); }
div.DivClassName
{
background-color: #DC2BCB;
}
.BgClassName
{
background-color: #DC2BCB;
}
</style>
border-color css
<style>
span { border-color: #DC2BCB; }
span { border-color: rgb(220,43,203); }
td.TdClassName
{
border-color: #DC2BCB;
}
.TagClassName
{
border-color: #DC2BCB;
}
</style>