Shades of Razzle Dazzle Rose #DB30CF
Tints of Razzle Dazzle Rose #DB30CF
RGB
CMYK
RGB Variations
Color information
#DB30CF (or 0xDB30CF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and CF. RGB value is (219,48,207). Sum of RGB (Red+Green+Blue) = 219+48+207=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30CF is #24CF30. Grayscale: #747474. Windows color (decimal): -2412337 or 13578459. OLE color: 13578459.
HSL color Cylindrical-coordinate representation of color #DB30CF: hue angle of 304.21º 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 #DB30CF is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 207 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.14 |
| HSL | 304.21º | 0.7% | 0.52% | - |
| HSV(B) | 304.21º | 0.78% | 0.86% | - |
| XYZ | 41.53 | 21.68 | 61.03 | - |
| YUV | 117.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 207 | 0 | 0.78 | 0.05 | 0.14 | 304.21 | 0.7 | 0.52 |
| Hex | DB | 30 | CF | 0 | 4E | 5 | E | 130 | 46 | 34 |
| Octal | 333 | 60 | 317 | 0 | 116 | 5 | 16 | 460 | 106 | 64 |
| Binary | 11011011 | 110000 | 11001111 | 0 | 1001110 | 101 | 1110 | 100110000 | 1000110 | 110100 |
Color Harmonies of #DB30CF
Complementary color
Monochromatic Colors of #DB30CF
Black with #DB30CF
Text Example
Text Example
White with #DB30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30CF; }
p { color: rgb(219,48,207); }
H1.HeaderClassName
{
color: #DB30CF;
}
.AnyTagClassName
{
color: #DB30CF;
}
</style>
background-color css
<style>
a { background-color: #DB30CF; }
a { background-color: rgb(219,48,207); }
div.DivClassName
{
background-color: #DB30CF;
}
.BgClassName
{
background-color: #DB30CF;
}
</style>
border-color css
<style>
span { border-color: #DB30CF; }
span { border-color: rgb(219,48,207); }
td.TdClassName
{
border-color: #DB30CF;
}
.TagClassName
{
border-color: #DB30CF;
}
</style>