Shades of Razzle Dazzle Rose #DC3CBA
Tints of Razzle Dazzle Rose #DC3CBA
RGB
CMYK
RGB Variations
Color information
#DC3CBA (or 0xDC3CBA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and BA. RGB value is (220,60,186). Sum of RGB (Red+Green+Blue) = 220+60+186=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CBA is #23C345. Grayscale: #797979. Windows color (decimal): -2343750 or 12205276. OLE color: 12205276.
HSL color Cylindrical-coordinate representation of color #DC3CBA: hue angle of 312.75º 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 #DC3CBA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 186 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.14 |
| HSL | 312.75º | 0.7% | 0.55% | - |
| HSV(B) | 312.75º | 0.73% | 0.86% | - |
| XYZ | 39.99 | 21.99 | 48.59 | - |
| YUV | 122.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 186 | 0 | 0.73 | 0.15 | 0.14 | 312.75 | 0.7 | 0.55 |
| Hex | DC | 3C | BA | 0 | 49 | F | E | 139 | 46 | 37 |
| Octal | 334 | 74 | 272 | 0 | 111 | 17 | 16 | 471 | 106 | 67 |
| Binary | 11011100 | 111100 | 10111010 | 0 | 1001001 | 1111 | 1110 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DC3CBA
Complementary color
Monochromatic Colors of #DC3CBA
Black with #DC3CBA
Text Example
Text Example
White with #DC3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CBA; }
p { color: rgb(220,60,186); }
H1.HeaderClassName
{
color: #DC3CBA;
}
.AnyTagClassName
{
color: #DC3CBA;
}
</style>
background-color css
<style>
a { background-color: #DC3CBA; }
a { background-color: rgb(220,60,186); }
div.DivClassName
{
background-color: #DC3CBA;
}
.BgClassName
{
background-color: #DC3CBA;
}
</style>
border-color css
<style>
span { border-color: #DC3CBA; }
span { border-color: rgb(220,60,186); }
td.TdClassName
{
border-color: #DC3CBA;
}
.TagClassName
{
border-color: #DC3CBA;
}
</style>