Shades of Razzle Dazzle Rose #DC3BBB
Tints of Razzle Dazzle Rose #DC3BBB
RGB
CMYK
RGB Variations
Color information
#DC3BBB (or 0xDC3BBB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3B and BB. RGB value is (220,59,187). Sum of RGB (Red+Green+Blue) = 220+59+187=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BBB is #23C444. Grayscale: #797979. Windows color (decimal): -2344005 or 12270556. OLE color: 12270556.
HSL color Cylindrical-coordinate representation of color #DC3BBB: hue angle of 312.3º 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 #DC3BBB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 187 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.14 |
| HSL | 312.3º | 0.7% | 0.55% | - |
| HSV(B) | 312.3º | 0.73% | 0.86% | - |
| XYZ | 40.05 | 21.93 | 49.14 | - |
| YUV | 121.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 187 | 0 | 0.73 | 0.15 | 0.14 | 312.3 | 0.7 | 0.55 |
| Hex | DC | 3B | BB | 0 | 49 | F | E | 138 | 46 | 37 |
| Octal | 334 | 73 | 273 | 0 | 111 | 17 | 16 | 470 | 106 | 67 |
| Binary | 11011100 | 111011 | 10111011 | 0 | 1001001 | 1111 | 1110 | 100111000 | 1000110 | 110111 |
Color Harmonies of #DC3BBB
Complementary color
Monochromatic Colors of #DC3BBB
Black with #DC3BBB
Text Example
Text Example
White with #DC3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BBB; }
p { color: rgb(220,59,187); }
H1.HeaderClassName
{
color: #DC3BBB;
}
.AnyTagClassName
{
color: #DC3BBB;
}
</style>
background-color css
<style>
a { background-color: #DC3BBB; }
a { background-color: rgb(220,59,187); }
div.DivClassName
{
background-color: #DC3BBB;
}
.BgClassName
{
background-color: #DC3BBB;
}
</style>
border-color css
<style>
span { border-color: #DC3BBB; }
span { border-color: rgb(220,59,187); }
td.TdClassName
{
border-color: #DC3BBB;
}
.TagClassName
{
border-color: #DC3BBB;
}
</style>