Shades of Razzle Dazzle Rose #DB38C4
Tints of Razzle Dazzle Rose #DB38C4
RGB
CMYK
RGB Variations
Color information
#DB38C4 (or 0xDB38C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and C4. RGB value is (219,56,196). Sum of RGB (Red+Green+Blue) = 219+56+196=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38C4 is #24C73B. Grayscale: #787878. Windows color (decimal): -2410300 or 12859611. OLE color: 12859611.
HSL color Cylindrical-coordinate representation of color #DB38C4: hue angle of 308.47º 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 #DB38C4 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 196 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.14 |
| HSL | 308.47º | 0.69% | 0.54% | - |
| HSV(B) | 308.47º | 0.74% | 0.86% | - |
| XYZ | 40.59 | 21.87 | 54.31 | - |
| YUV | 120.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 196 | 0 | 0.74 | 0.11 | 0.14 | 308.47 | 0.69 | 0.54 |
| Hex | DB | 38 | C4 | 0 | 4A | B | E | 134 | 45 | 36 |
| Octal | 333 | 70 | 304 | 0 | 112 | 13 | 16 | 464 | 105 | 66 |
| Binary | 11011011 | 111000 | 11000100 | 0 | 1001010 | 1011 | 1110 | 100110100 | 1000101 | 110110 |
Color Harmonies of #DB38C4
Complementary color
Monochromatic Colors of #DB38C4
Black with #DB38C4
Text Example
Text Example
White with #DB38C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38C4; }
p { color: rgb(219,56,196); }
H1.HeaderClassName
{
color: #DB38C4;
}
.AnyTagClassName
{
color: #DB38C4;
}
</style>
background-color css
<style>
a { background-color: #DB38C4; }
a { background-color: rgb(219,56,196); }
div.DivClassName
{
background-color: #DB38C4;
}
.BgClassName
{
background-color: #DB38C4;
}
</style>
border-color css
<style>
span { border-color: #DB38C4; }
span { border-color: rgb(219,56,196); }
td.TdClassName
{
border-color: #DB38C4;
}
.TagClassName
{
border-color: #DB38C4;
}
</style>