Shades of Razzle Dazzle Rose #DB30B5
Tints of Razzle Dazzle Rose #DB30B5
RGB
CMYK
RGB Variations
Color information
#DB30B5 (or 0xDB30B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and B5. RGB value is (219,48,181). Sum of RGB (Red+Green+Blue) = 219+48+181=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30B5 is #24CF4A. Grayscale: #717171. Windows color (decimal): -2412363 or 11874523. OLE color: 11874523.
HSL color Cylindrical-coordinate representation of color #DB30B5: hue angle of 313.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30B5 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 181 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.14 |
| HSL | 313.33º | 0.7% | 0.52% | - |
| HSV(B) | 313.33º | 0.78% | 0.86% | - |
| XYZ | 38.61 | 20.51 | 45.64 | - |
| YUV | 114.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 181 | 0 | 0.78 | 0.17 | 0.14 | 313.33 | 0.7 | 0.52 |
| Hex | DB | 30 | B5 | 0 | 4E | 11 | E | 139 | 46 | 34 |
| Octal | 333 | 60 | 265 | 0 | 116 | 21 | 16 | 471 | 106 | 64 |
| Binary | 11011011 | 110000 | 10110101 | 0 | 1001110 | 10001 | 1110 | 100111001 | 1000110 | 110100 |
Color Harmonies of #DB30B5
Complementary color
Monochromatic Colors of #DB30B5
Black with #DB30B5
Text Example
Text Example
White with #DB30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30B5; }
p { color: rgb(219,48,181); }
H1.HeaderClassName
{
color: #DB30B5;
}
.AnyTagClassName
{
color: #DB30B5;
}
</style>
background-color css
<style>
a { background-color: #DB30B5; }
a { background-color: rgb(219,48,181); }
div.DivClassName
{
background-color: #DB30B5;
}
.BgClassName
{
background-color: #DB30B5;
}
</style>
border-color css
<style>
span { border-color: #DB30B5; }
span { border-color: rgb(219,48,181); }
td.TdClassName
{
border-color: #DB30B5;
}
.TagClassName
{
border-color: #DB30B5;
}
</style>