Shades of Razzle Dazzle Rose #DC2BC5
Tints of Razzle Dazzle Rose #DC2BC5
RGB
CMYK
RGB Variations
Color information
#DC2BC5 (or 0xDC2BC5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and C5. RGB value is (220,43,197). Sum of RGB (Red+Green+Blue) = 220+43+197=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BC5 is #23D43A. Grayscale: #717171. Windows color (decimal): -2348091 or 12921820. OLE color: 12921820.
HSL color Cylindrical-coordinate representation of color #DC2BC5: hue angle of 307.8º 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 #DC2BC5 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 197 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.14 |
| HSL | 307.8º | 0.72% | 0.52% | - |
| HSV(B) | 307.8º | 0.8% | 0.86% | - |
| XYZ | 40.46 | 20.97 | 54.74 | - |
| YUV | 113.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 197 | 0 | 0.80 | 0.10 | 0.14 | 307.8 | 0.72 | 0.52 |
| Hex | DC | 2B | C5 | 0 | 50 | A | E | 134 | 48 | 34 |
| Octal | 334 | 53 | 305 | 0 | 120 | 12 | 16 | 464 | 110 | 64 |
| Binary | 11011100 | 101011 | 11000101 | 0 | 1010000 | 1010 | 1110 | 100110100 | 1001000 | 110100 |
Color Harmonies of #DC2BC5
Complementary color
Monochromatic Colors of #DC2BC5
Black with #DC2BC5
Text Example
Text Example
White with #DC2BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BC5; }
p { color: rgb(220,43,197); }
H1.HeaderClassName
{
color: #DC2BC5;
}
.AnyTagClassName
{
color: #DC2BC5;
}
</style>
background-color css
<style>
a { background-color: #DC2BC5; }
a { background-color: rgb(220,43,197); }
div.DivClassName
{
background-color: #DC2BC5;
}
.BgClassName
{
background-color: #DC2BC5;
}
</style>
border-color css
<style>
span { border-color: #DC2BC5; }
span { border-color: rgb(220,43,197); }
td.TdClassName
{
border-color: #DC2BC5;
}
.TagClassName
{
border-color: #DC2BC5;
}
</style>