Shades of Razzle Dazzle Rose #DB3AC1
Tints of Razzle Dazzle Rose #DB3AC1
RGB
CMYK
RGB Variations
Color information
#DB3AC1 (or 0xDB3AC1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and C1. RGB value is (219,58,193). Sum of RGB (Red+Green+Blue) = 219+58+193=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AC1 is #24C53E. Grayscale: #797979. Windows color (decimal): -2409791 or 12663515. OLE color: 12663515.
HSL color Cylindrical-coordinate representation of color #DB3AC1: hue angle of 309.69º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AC1 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 193 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.14 |
| HSL | 309.69º | 0.69% | 0.54% | - |
| HSV(B) | 309.69º | 0.74% | 0.86% | - |
| XYZ | 40.35 | 21.94 | 52.56 | - |
| YUV | 121.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 193 | 0 | 0.74 | 0.12 | 0.14 | 309.69 | 0.69 | 0.54 |
| Hex | DB | 3A | C1 | 0 | 4A | C | E | 136 | 45 | 36 |
| Octal | 333 | 72 | 301 | 0 | 112 | 14 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 111010 | 11000001 | 0 | 1001010 | 1100 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB3AC1
Complementary color
Monochromatic Colors of #DB3AC1
Black with #DB3AC1
Text Example
Text Example
White with #DB3AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AC1; }
p { color: rgb(219,58,193); }
H1.HeaderClassName
{
color: #DB3AC1;
}
.AnyTagClassName
{
color: #DB3AC1;
}
</style>
background-color css
<style>
a { background-color: #DB3AC1; }
a { background-color: rgb(219,58,193); }
div.DivClassName
{
background-color: #DB3AC1;
}
.BgClassName
{
background-color: #DB3AC1;
}
</style>
border-color css
<style>
span { border-color: #DB3AC1; }
span { border-color: rgb(219,58,193); }
td.TdClassName
{
border-color: #DB3AC1;
}
.TagClassName
{
border-color: #DB3AC1;
}
</style>