Shades of Razzle Dazzle Rose #DC2DBB
Tints of Razzle Dazzle Rose #DC2DBB
RGB
CMYK
RGB Variations
Color information
#DC2DBB (or 0xDC2DBB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and BB. RGB value is (220,45,187). Sum of RGB (Red+Green+Blue) = 220+45+187=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DBB is #23D244. Grayscale: #717171. Windows color (decimal): -2347589 or 12266972. OLE color: 12266972.
HSL color Cylindrical-coordinate representation of color #DC2DBB: hue angle of 311.31º 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 #DC2DBB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.14 |
| HSL | 311.31º | 0.71% | 0.52% | - |
| HSV(B) | 311.31º | 0.8% | 0.86% | - |
| XYZ | 39.42 | 20.68 | 48.93 | - |
| YUV | 113.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 187 | 0 | 0.80 | 0.15 | 0.14 | 311.31 | 0.71 | 0.52 |
| Hex | DC | 2D | BB | 0 | 50 | F | E | 137 | 47 | 34 |
| Octal | 334 | 55 | 273 | 0 | 120 | 17 | 16 | 467 | 107 | 64 |
| Binary | 11011100 | 101101 | 10111011 | 0 | 1010000 | 1111 | 1110 | 100110111 | 1000111 | 110100 |
Color Harmonies of #DC2DBB
Complementary color
Monochromatic Colors of #DC2DBB
Black with #DC2DBB
Text Example
Text Example
White with #DC2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DBB; }
p { color: rgb(220,45,187); }
H1.HeaderClassName
{
color: #DC2DBB;
}
.AnyTagClassName
{
color: #DC2DBB;
}
</style>
background-color css
<style>
a { background-color: #DC2DBB; }
a { background-color: rgb(220,45,187); }
div.DivClassName
{
background-color: #DC2DBB;
}
.BgClassName
{
background-color: #DC2DBB;
}
</style>
border-color css
<style>
span { border-color: #DC2DBB; }
span { border-color: rgb(220,45,187); }
td.TdClassName
{
border-color: #DC2DBB;
}
.TagClassName
{
border-color: #DC2DBB;
}
</style>