Shades of Razzle Dazzle Rose #DC2CB8
Tints of Razzle Dazzle Rose #DC2CB8
RGB
CMYK
RGB Variations
Color information
#DC2CB8 (or 0xDC2CB8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and B8. RGB value is (220,44,184). Sum of RGB (Red+Green+Blue) = 220+44+184=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CB8 is #23D347. Grayscale: #707070. Windows color (decimal): -2347848 or 12070108. OLE color: 12070108.
HSL color Cylindrical-coordinate representation of color #DC2CB8: hue angle of 312.27º 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 #DC2CB8 is Cyan = 0, Magento = 0.8, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 184 | - |
| CMYK | 0 | 0.8 | 0.16 | 0.14 |
| HSL | 312.27º | 0.72% | 0.52% | - |
| HSV(B) | 312.27º | 0.8% | 0.86% | - |
| XYZ | 39.07 | 20.48 | 47.24 | - |
| YUV | 112.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 184 | 0 | 0.8 | 0.16 | 0.14 | 312.27 | 0.72 | 0.52 |
| Hex | DC | 2C | B8 | 0 | 50 | 10 | E | 138 | 48 | 34 |
| Octal | 334 | 54 | 270 | 0 | 120 | 20 | 16 | 470 | 110 | 64 |
| Binary | 11011100 | 101100 | 10111000 | 0 | 1010000 | 10000 | 1110 | 100111000 | 1001000 | 110100 |
Color Harmonies of #DC2CB8
Complementary color
Monochromatic Colors of #DC2CB8
Black with #DC2CB8
Text Example
Text Example
White with #DC2CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CB8; }
p { color: rgb(220,44,184); }
H1.HeaderClassName
{
color: #DC2CB8;
}
.AnyTagClassName
{
color: #DC2CB8;
}
</style>
background-color css
<style>
a { background-color: #DC2CB8; }
a { background-color: rgb(220,44,184); }
div.DivClassName
{
background-color: #DC2CB8;
}
.BgClassName
{
background-color: #DC2CB8;
}
</style>
border-color css
<style>
span { border-color: #DC2CB8; }
span { border-color: rgb(220,44,184); }
td.TdClassName
{
border-color: #DC2CB8;
}
.TagClassName
{
border-color: #DC2CB8;
}
</style>