Shades of Razzle Dazzle Rose #DC2DCB
Tints of Razzle Dazzle Rose #DC2DCB
RGB
CMYK
RGB Variations
Color information
#DC2DCB (or 0xDC2DCB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and CB. RGB value is (220,45,203). Sum of RGB (Red+Green+Blue) = 220+45+203=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DCB is #23D234. Grayscale: #727272. Windows color (decimal): -2347573 or 13315548. OLE color: 13315548.
HSL color Cylindrical-coordinate representation of color #DC2DCB: hue angle of 305.83º degrees, saturation: 0.71, 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 #DC2DCB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.14 |
| HSL | 305.83º | 0.71% | 0.52% | - |
| HSV(B) | 305.83º | 0.8% | 0.86% | - |
| XYZ | 41.23 | 21.4 | 58.46 | - |
| YUV | 115.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 203 | 0 | 0.80 | 0.08 | 0.14 | 305.83 | 0.71 | 0.52 |
| Hex | DC | 2D | CB | 0 | 50 | 8 | E | 132 | 47 | 34 |
| Octal | 334 | 55 | 313 | 0 | 120 | 10 | 16 | 462 | 107 | 64 |
| Binary | 11011100 | 101101 | 11001011 | 0 | 1010000 | 1000 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DC2DCB
Complementary color
Monochromatic Colors of #DC2DCB
Black with #DC2DCB
Text Example
Text Example
White with #DC2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DCB; }
p { color: rgb(220,45,203); }
H1.HeaderClassName
{
color: #DC2DCB;
}
.AnyTagClassName
{
color: #DC2DCB;
}
</style>
background-color css
<style>
a { background-color: #DC2DCB; }
a { background-color: rgb(220,45,203); }
div.DivClassName
{
background-color: #DC2DCB;
}
.BgClassName
{
background-color: #DC2DCB;
}
</style>
border-color css
<style>
span { border-color: #DC2DCB; }
span { border-color: rgb(220,45,203); }
td.TdClassName
{
border-color: #DC2DCB;
}
.TagClassName
{
border-color: #DC2DCB;
}
</style>