Shades of Razzle Dazzle Rose #DC3BC1
Tints of Razzle Dazzle Rose #DC3BC1
RGB
CMYK
RGB Variations
Color information
#DC3BC1 (or 0xDC3BC1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3B and C1. RGB value is (220,59,193). Sum of RGB (Red+Green+Blue) = 220+59+193=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BC1 is #23C43E. Grayscale: #7A7A7A. Windows color (decimal): -2343999 or 12663772. OLE color: 12663772.
HSL color Cylindrical-coordinate representation of color #DC3BC1: hue angle of 310.06º 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 #DC3BC1 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 193 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.14 |
| HSL | 310.06º | 0.7% | 0.55% | - |
| HSV(B) | 310.06º | 0.73% | 0.86% | - |
| XYZ | 40.7 | 22.19 | 52.59 | - |
| YUV | 122.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 193 | 0 | 0.73 | 0.12 | 0.14 | 310.06 | 0.7 | 0.55 |
| Hex | DC | 3B | C1 | 0 | 49 | C | E | 136 | 46 | 37 |
| Octal | 334 | 73 | 301 | 0 | 111 | 14 | 16 | 466 | 106 | 67 |
| Binary | 11011100 | 111011 | 11000001 | 0 | 1001001 | 1100 | 1110 | 100110110 | 1000110 | 110111 |
Color Harmonies of #DC3BC1
Complementary color
Monochromatic Colors of #DC3BC1
Black with #DC3BC1
Text Example
Text Example
White with #DC3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BC1; }
p { color: rgb(220,59,193); }
H1.HeaderClassName
{
color: #DC3BC1;
}
.AnyTagClassName
{
color: #DC3BC1;
}
</style>
background-color css
<style>
a { background-color: #DC3BC1; }
a { background-color: rgb(220,59,193); }
div.DivClassName
{
background-color: #DC3BC1;
}
.BgClassName
{
background-color: #DC3BC1;
}
</style>
border-color css
<style>
span { border-color: #DC3BC1; }
span { border-color: rgb(220,59,193); }
td.TdClassName
{
border-color: #DC3BC1;
}
.TagClassName
{
border-color: #DC3BC1;
}
</style>