Shades of Razzle Dazzle Rose #DC3BBC
Tints of Razzle Dazzle Rose #DC3BBC
RGB
CMYK
RGB Variations
Color information
#DC3BBC (or 0xDC3BBC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3B and BC. RGB value is (220,59,188). Sum of RGB (Red+Green+Blue) = 220+59+188=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BBC is #23C443. Grayscale: #797979. Windows color (decimal): -2344004 or 12336092. OLE color: 12336092.
HSL color Cylindrical-coordinate representation of color #DC3BBC: hue angle of 311.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BBC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 188 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.14 |
| HSL | 311.93º | 0.7% | 0.55% | - |
| HSV(B) | 311.93º | 0.73% | 0.86% | - |
| XYZ | 40.16 | 21.97 | 49.7 | - |
| YUV | 121.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 188 | 0 | 0.73 | 0.15 | 0.14 | 311.93 | 0.7 | 0.55 |
| Hex | DC | 3B | BC | 0 | 49 | F | E | 138 | 46 | 37 |
| Octal | 334 | 73 | 274 | 0 | 111 | 17 | 16 | 470 | 106 | 67 |
| Binary | 11011100 | 111011 | 10111100 | 0 | 1001001 | 1111 | 1110 | 100111000 | 1000110 | 110111 |
Color Harmonies of #DC3BBC
Complementary color
Monochromatic Colors of #DC3BBC
Black with #DC3BBC
Text Example
Text Example
White with #DC3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BBC; }
p { color: rgb(220,59,188); }
H1.HeaderClassName
{
color: #DC3BBC;
}
.AnyTagClassName
{
color: #DC3BBC;
}
</style>
background-color css
<style>
a { background-color: #DC3BBC; }
a { background-color: rgb(220,59,188); }
div.DivClassName
{
background-color: #DC3BBC;
}
.BgClassName
{
background-color: #DC3BBC;
}
</style>
border-color css
<style>
span { border-color: #DC3BBC; }
span { border-color: rgb(220,59,188); }
td.TdClassName
{
border-color: #DC3BBC;
}
.TagClassName
{
border-color: #DC3BBC;
}
</style>