Shades of Razzle Dazzle Rose #DC2BBD
Tints of Razzle Dazzle Rose #DC2BBD
RGB
CMYK
RGB Variations
Color information
#DC2BBD (or 0xDC2BBD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and BD. RGB value is (220,43,189). Sum of RGB (Red+Green+Blue) = 220+43+189=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BBD is #23D442. Grayscale: #707070. Windows color (decimal): -2348099 or 12397532. OLE color: 12397532.
HSL color Cylindrical-coordinate representation of color #DC2BBD: hue angle of 310.51º 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 #DC2BBD is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 189 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.14 |
| HSL | 310.51º | 0.72% | 0.52% | - |
| HSV(B) | 310.51º | 0.8% | 0.86% | - |
| XYZ | 39.56 | 20.62 | 50.04 | - |
| YUV | 112.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 189 | 0 | 0.80 | 0.14 | 0.14 | 310.51 | 0.72 | 0.52 |
| Hex | DC | 2B | BD | 0 | 50 | E | E | 137 | 48 | 34 |
| Octal | 334 | 53 | 275 | 0 | 120 | 16 | 16 | 467 | 110 | 64 |
| Binary | 11011100 | 101011 | 10111101 | 0 | 1010000 | 1110 | 1110 | 100110111 | 1001000 | 110100 |
Color Harmonies of #DC2BBD
Complementary color
Monochromatic Colors of #DC2BBD
Black with #DC2BBD
Text Example
Text Example
White with #DC2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BBD; }
p { color: rgb(220,43,189); }
H1.HeaderClassName
{
color: #DC2BBD;
}
.AnyTagClassName
{
color: #DC2BBD;
}
</style>
background-color css
<style>
a { background-color: #DC2BBD; }
a { background-color: rgb(220,43,189); }
div.DivClassName
{
background-color: #DC2BBD;
}
.BgClassName
{
background-color: #DC2BBD;
}
</style>
border-color css
<style>
span { border-color: #DC2BBD; }
span { border-color: rgb(220,43,189); }
td.TdClassName
{
border-color: #DC2BBD;
}
.TagClassName
{
border-color: #DC2BBD;
}
</style>