Shades of Razzle Dazzle Rose #DC2BC3
Tints of Razzle Dazzle Rose #DC2BC3
RGB
CMYK
RGB Variations
Color information
#DC2BC3 (or 0xDC2BC3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and C3. RGB value is (220,43,195). Sum of RGB (Red+Green+Blue) = 220+43+195=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BC3 is #23D43C. Grayscale: #707070. Windows color (decimal): -2348093 or 12790748. OLE color: 12790748.
HSL color Cylindrical-coordinate representation of color #DC2BC3: hue angle of 308.47º 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 #DC2BC3 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 195 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.14 |
| HSL | 308.47º | 0.72% | 0.52% | - |
| HSV(B) | 308.47º | 0.8% | 0.86% | - |
| XYZ | 40.23 | 20.88 | 53.54 | - |
| YUV | 113.25 | 174.14 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 195 | 0 | 0.80 | 0.11 | 0.14 | 308.47 | 0.72 | 0.52 |
| Hex | DC | 2B | C3 | 0 | 50 | B | E | 134 | 48 | 34 |
| Octal | 334 | 53 | 303 | 0 | 120 | 13 | 16 | 464 | 110 | 64 |
| Binary | 11011100 | 101011 | 11000011 | 0 | 1010000 | 1011 | 1110 | 100110100 | 1001000 | 110100 |
Color Harmonies of #DC2BC3
Complementary color
Monochromatic Colors of #DC2BC3
Black with #DC2BC3
Text Example
Text Example
White with #DC2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BC3; }
p { color: rgb(220,43,195); }
H1.HeaderClassName
{
color: #DC2BC3;
}
.AnyTagClassName
{
color: #DC2BC3;
}
</style>
background-color css
<style>
a { background-color: #DC2BC3; }
a { background-color: rgb(220,43,195); }
div.DivClassName
{
background-color: #DC2BC3;
}
.BgClassName
{
background-color: #DC2BC3;
}
</style>
border-color css
<style>
span { border-color: #DC2BC3; }
span { border-color: rgb(220,43,195); }
td.TdClassName
{
border-color: #DC2BC3;
}
.TagClassName
{
border-color: #DC2BC3;
}
</style>