Shades of Razzle Dazzle Rose #DC2DB8
Tints of Razzle Dazzle Rose #DC2DB8
RGB
CMYK
RGB Variations
Color information
#DC2DB8 (or 0xDC2DB8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and B8. RGB value is (220,45,184). Sum of RGB (Red+Green+Blue) = 220+45+184=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DB8 is #23D247. Grayscale: #707070. Windows color (decimal): -2347592 or 12070364. OLE color: 12070364.
HSL color Cylindrical-coordinate representation of color #DC2DB8: hue angle of 312.34º 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 #DC2DB8 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 184 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.14 |
| HSL | 312.34º | 0.71% | 0.52% | - |
| HSV(B) | 312.34º | 0.8% | 0.86% | - |
| XYZ | 39.11 | 20.55 | 47.25 | - |
| YUV | 113.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 184 | 0 | 0.80 | 0.16 | 0.14 | 312.34 | 0.71 | 0.52 |
| Hex | DC | 2D | B8 | 0 | 50 | 10 | E | 138 | 47 | 34 |
| Octal | 334 | 55 | 270 | 0 | 120 | 20 | 16 | 470 | 107 | 64 |
| Binary | 11011100 | 101101 | 10111000 | 0 | 1010000 | 10000 | 1110 | 100111000 | 1000111 | 110100 |
Color Harmonies of #DC2DB8
Complementary color
Monochromatic Colors of #DC2DB8
Black with #DC2DB8
Text Example
Text Example
White with #DC2DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DB8; }
p { color: rgb(220,45,184); }
H1.HeaderClassName
{
color: #DC2DB8;
}
.AnyTagClassName
{
color: #DC2DB8;
}
</style>
background-color css
<style>
a { background-color: #DC2DB8; }
a { background-color: rgb(220,45,184); }
div.DivClassName
{
background-color: #DC2DB8;
}
.BgClassName
{
background-color: #DC2DB8;
}
</style>
border-color css
<style>
span { border-color: #DC2DB8; }
span { border-color: rgb(220,45,184); }
td.TdClassName
{
border-color: #DC2DB8;
}
.TagClassName
{
border-color: #DC2DB8;
}
</style>