Shades of Razzle Dazzle Rose #DB38C0
Tints of Razzle Dazzle Rose #DB38C0
RGB
CMYK
RGB Variations
Color information
#DB38C0 (or 0xDB38C0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and C0. RGB value is (219,56,192). Sum of RGB (Red+Green+Blue) = 219+56+192=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38C0 is #24C73F. Grayscale: #777777. Windows color (decimal): -2410304 or 12597467. OLE color: 12597467.
HSL color Cylindrical-coordinate representation of color #DB38C0: hue angle of 309.94º 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 #DB38C0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 192 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.14 |
| HSL | 309.94º | 0.69% | 0.54% | - |
| HSV(B) | 309.94º | 0.74% | 0.86% | - |
| XYZ | 40.14 | 21.69 | 51.94 | - |
| YUV | 120.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 192 | 0 | 0.74 | 0.12 | 0.14 | 309.94 | 0.69 | 0.54 |
| Hex | DB | 38 | C0 | 0 | 4A | C | E | 136 | 45 | 36 |
| Octal | 333 | 70 | 300 | 0 | 112 | 14 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 111000 | 11000000 | 0 | 1001010 | 1100 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB38C0
Complementary color
Monochromatic Colors of #DB38C0
Black with #DB38C0
Text Example
Text Example
White with #DB38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38C0; }
p { color: rgb(219,56,192); }
H1.HeaderClassName
{
color: #DB38C0;
}
.AnyTagClassName
{
color: #DB38C0;
}
</style>
background-color css
<style>
a { background-color: #DB38C0; }
a { background-color: rgb(219,56,192); }
div.DivClassName
{
background-color: #DB38C0;
}
.BgClassName
{
background-color: #DB38C0;
}
</style>
border-color css
<style>
span { border-color: #DB38C0; }
span { border-color: rgb(219,56,192); }
td.TdClassName
{
border-color: #DB38C0;
}
.TagClassName
{
border-color: #DB38C0;
}
</style>