Shades of Razzle Dazzle Rose #DC2AB9
Tints of Razzle Dazzle Rose #DC2AB9
RGB
CMYK
RGB Variations
Color information
#DC2AB9 (or 0xDC2AB9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and B9. RGB value is (220,42,185). Sum of RGB (Red+Green+Blue) = 220+42+185=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AB9 is #23D546. Grayscale: #6F6F6F. Windows color (decimal): -2348359 or 12135132. OLE color: 12135132.
HSL color Cylindrical-coordinate representation of color #DC2AB9: hue angle of 311.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AB9 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 185 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.14 |
| HSL | 311.8º | 0.72% | 0.51% | - |
| HSV(B) | 311.8º | 0.81% | 0.86% | - |
| XYZ | 39.1 | 20.37 | 47.77 | - |
| YUV | 111.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 185 | 0 | 0.81 | 0.16 | 0.14 | 311.8 | 0.72 | 0.51 |
| Hex | DC | 2A | B9 | 0 | 51 | 10 | E | 138 | 48 | 33 |
| Octal | 334 | 52 | 271 | 0 | 121 | 20 | 16 | 470 | 110 | 63 |
| Binary | 11011100 | 101010 | 10111001 | 0 | 1010001 | 10000 | 1110 | 100111000 | 1001000 | 110011 |
Color Harmonies of #DC2AB9
Complementary color
Monochromatic Colors of #DC2AB9
Black with #DC2AB9
Text Example
Text Example
White with #DC2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB9; }
p { color: rgb(220,42,185); }
H1.HeaderClassName
{
color: #DC2AB9;
}
.AnyTagClassName
{
color: #DC2AB9;
}
</style>
background-color css
<style>
a { background-color: #DC2AB9; }
a { background-color: rgb(220,42,185); }
div.DivClassName
{
background-color: #DC2AB9;
}
.BgClassName
{
background-color: #DC2AB9;
}
</style>
border-color css
<style>
span { border-color: #DC2AB9; }
span { border-color: rgb(220,42,185); }
td.TdClassName
{
border-color: #DC2AB9;
}
.TagClassName
{
border-color: #DC2AB9;
}
</style>