Shades of Razzle Dazzle Rose #DB3AB3
Tints of Razzle Dazzle Rose #DB3AB3
RGB
CMYK
RGB Variations
Color information
#DB3AB3 (or 0xDB3AB3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and B3. RGB value is (219,58,179). Sum of RGB (Red+Green+Blue) = 219+58+179=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AB3 is #24C54C. Grayscale: #777777. Windows color (decimal): -2409805 or 11746011. OLE color: 11746011.
HSL color Cylindrical-coordinate representation of color #DB3AB3: hue angle of 314.91º 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 #DB3AB3 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 179 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.14 |
| HSL | 314.91º | 0.69% | 0.54% | - |
| HSV(B) | 314.91º | 0.74% | 0.86% | - |
| XYZ | 38.86 | 21.34 | 44.72 | - |
| YUV | 119.93 | 161.34 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 179 | 0 | 0.74 | 0.18 | 0.14 | 314.91 | 0.69 | 0.54 |
| Hex | DB | 3A | B3 | 0 | 4A | 12 | E | 13B | 45 | 36 |
| Octal | 333 | 72 | 263 | 0 | 112 | 22 | 16 | 473 | 105 | 66 |
| Binary | 11011011 | 111010 | 10110011 | 0 | 1001010 | 10010 | 1110 | 100111011 | 1000101 | 110110 |
Color Harmonies of #DB3AB3
Complementary color
Monochromatic Colors of #DB3AB3
Black with #DB3AB3
Text Example
Text Example
White with #DB3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AB3; }
p { color: rgb(219,58,179); }
H1.HeaderClassName
{
color: #DB3AB3;
}
.AnyTagClassName
{
color: #DB3AB3;
}
</style>
background-color css
<style>
a { background-color: #DB3AB3; }
a { background-color: rgb(219,58,179); }
div.DivClassName
{
background-color: #DB3AB3;
}
.BgClassName
{
background-color: #DB3AB3;
}
</style>
border-color css
<style>
span { border-color: #DB3AB3; }
span { border-color: rgb(219,58,179); }
td.TdClassName
{
border-color: #DB3AB3;
}
.TagClassName
{
border-color: #DB3AB3;
}
</style>