Shades of Razzle Dazzle Rose #DB2CC1
Tints of Razzle Dazzle Rose #DB2CC1
RGB
CMYK
RGB Variations
Color information
#DB2CC1 (or 0xDB2CC1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C1. RGB value is (219,44,193). Sum of RGB (Red+Green+Blue) = 219+44+193=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC1 is #24D33E. Grayscale: #707070. Windows color (decimal): -2413375 or 12659931. OLE color: 12659931.
HSL color Cylindrical-coordinate representation of color #DB2CC1: hue angle of 308.91º degrees, saturation: 0.71, 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 #DB2CC1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 193 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.14 |
| HSL | 308.91º | 0.71% | 0.52% | - |
| HSV(B) | 308.91º | 0.8% | 0.86% | - |
| XYZ | 39.74 | 20.71 | 52.36 | - |
| YUV | 113.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 193 | 0 | 0.80 | 0.12 | 0.14 | 308.91 | 0.71 | 0.52 |
| Hex | DB | 2C | C1 | 0 | 50 | C | E | 135 | 47 | 34 |
| Octal | 333 | 54 | 301 | 0 | 120 | 14 | 16 | 465 | 107 | 64 |
| Binary | 11011011 | 101100 | 11000001 | 0 | 1010000 | 1100 | 1110 | 100110101 | 1000111 | 110100 |
Color Harmonies of #DB2CC1
Complementary color
Monochromatic Colors of #DB2CC1
Black with #DB2CC1
Text Example
Text Example
White with #DB2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CC1; }
p { color: rgb(219,44,193); }
H1.HeaderClassName
{
color: #DB2CC1;
}
.AnyTagClassName
{
color: #DB2CC1;
}
</style>
background-color css
<style>
a { background-color: #DB2CC1; }
a { background-color: rgb(219,44,193); }
div.DivClassName
{
background-color: #DB2CC1;
}
.BgClassName
{
background-color: #DB2CC1;
}
</style>
border-color css
<style>
span { border-color: #DB2CC1; }
span { border-color: rgb(219,44,193); }
td.TdClassName
{
border-color: #DB2CC1;
}
.TagClassName
{
border-color: #DB2CC1;
}
</style>