Shades of Razzle Dazzle Rose #DB38CA
Tints of Razzle Dazzle Rose #DB38CA
RGB
CMYK
RGB Variations
Color information
#DB38CA (or 0xDB38CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and CA. RGB value is (219,56,202). Sum of RGB (Red+Green+Blue) = 219+56+202=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38CA is #24C735. Grayscale: #787878. Windows color (decimal): -2410294 or 13252827. OLE color: 13252827.
HSL color Cylindrical-coordinate representation of color #DB38CA: hue angle of 306.26º 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 #DB38CA is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 202 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.14 |
| HSL | 306.26º | 0.69% | 0.54% | - |
| HSV(B) | 306.26º | 0.74% | 0.86% | - |
| XYZ | 41.29 | 22.15 | 57.98 | - |
| YUV | 121.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 202 | 0 | 0.74 | 0.08 | 0.14 | 306.26 | 0.69 | 0.54 |
| Hex | DB | 38 | CA | 0 | 4A | 8 | E | 132 | 45 | 36 |
| Octal | 333 | 70 | 312 | 0 | 112 | 10 | 16 | 462 | 105 | 66 |
| Binary | 11011011 | 111000 | 11001010 | 0 | 1001010 | 1000 | 1110 | 100110010 | 1000101 | 110110 |
Color Harmonies of #DB38CA
Complementary color
Monochromatic Colors of #DB38CA
Black with #DB38CA
Text Example
Text Example
White with #DB38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38CA; }
p { color: rgb(219,56,202); }
H1.HeaderClassName
{
color: #DB38CA;
}
.AnyTagClassName
{
color: #DB38CA;
}
</style>
background-color css
<style>
a { background-color: #DB38CA; }
a { background-color: rgb(219,56,202); }
div.DivClassName
{
background-color: #DB38CA;
}
.BgClassName
{
background-color: #DB38CA;
}
</style>
border-color css
<style>
span { border-color: #DB38CA; }
span { border-color: rgb(219,56,202); }
td.TdClassName
{
border-color: #DB38CA;
}
.TagClassName
{
border-color: #DB38CA;
}
</style>