Shades of Razzle Dazzle Rose #DC2BC1
Tints of Razzle Dazzle Rose #DC2BC1
RGB
CMYK
RGB Variations
Color information
#DC2BC1 (or 0xDC2BC1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and C1. RGB value is (220,43,193). Sum of RGB (Red+Green+Blue) = 220+43+193=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BC1 is #23D43E. Grayscale: #707070. Windows color (decimal): -2348095 or 12659676. OLE color: 12659676.
HSL color Cylindrical-coordinate representation of color #DC2BC1: hue angle of 309.15º 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 #DC2BC1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 193 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.14 |
| HSL | 309.15º | 0.72% | 0.52% | - |
| HSV(B) | 309.15º | 0.8% | 0.86% | - |
| XYZ | 40 | 20.79 | 52.36 | - |
| YUV | 113.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 193 | 0 | 0.80 | 0.12 | 0.14 | 309.15 | 0.72 | 0.52 |
| Hex | DC | 2B | C1 | 0 | 50 | C | E | 135 | 48 | 34 |
| Octal | 334 | 53 | 301 | 0 | 120 | 14 | 16 | 465 | 110 | 64 |
| Binary | 11011100 | 101011 | 11000001 | 0 | 1010000 | 1100 | 1110 | 100110101 | 1001000 | 110100 |
Color Harmonies of #DC2BC1
Complementary color
Monochromatic Colors of #DC2BC1
Black with #DC2BC1
Text Example
Text Example
White with #DC2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BC1; }
p { color: rgb(220,43,193); }
H1.HeaderClassName
{
color: #DC2BC1;
}
.AnyTagClassName
{
color: #DC2BC1;
}
</style>
background-color css
<style>
a { background-color: #DC2BC1; }
a { background-color: rgb(220,43,193); }
div.DivClassName
{
background-color: #DC2BC1;
}
.BgClassName
{
background-color: #DC2BC1;
}
</style>
border-color css
<style>
span { border-color: #DC2BC1; }
span { border-color: rgb(220,43,193); }
td.TdClassName
{
border-color: #DC2BC1;
}
.TagClassName
{
border-color: #DC2BC1;
}
</style>