Shades of Razzle Dazzle Rose #DB2FDA
Tints of Razzle Dazzle Rose #DB2FDA
RGB
CMYK
RGB Variations
Color information
#DB2FDA (or 0xDB2FDA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and DA. RGB value is (219,47,218). Sum of RGB (Red+Green+Blue) = 219+47+218=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FDA is #24D025. Grayscale: #757575. Windows color (decimal): -2412582 or 14299099. OLE color: 14299099.
HSL color Cylindrical-coordinate representation of color #DB2FDA: hue angle of 300.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FDA is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 218 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.14 |
| HSL | 300.35º | 0.7% | 0.52% | - |
| HSV(B) | 300.35º | 0.79% | 0.86% | - |
| XYZ | 42.88 | 22.16 | 68.35 | - |
| YUV | 117.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 218 | 0 | 0.79 | 0.00 | 0.14 | 300.35 | 0.7 | 0.52 |
| Hex | DB | 2F | DA | 0 | 4F | 0 | E | 12C | 46 | 34 |
| Octal | 333 | 57 | 332 | 0 | 117 | 0 | 16 | 454 | 106 | 64 |
| Binary | 11011011 | 101111 | 11011010 | 0 | 1001111 | 0 | 1110 | 100101100 | 1000110 | 110100 |
Color Harmonies of #DB2FDA
Complementary color
Monochromatic Colors of #DB2FDA
Black with #DB2FDA
Text Example
Text Example
White with #DB2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FDA; }
p { color: rgb(219,47,218); }
H1.HeaderClassName
{
color: #DB2FDA;
}
.AnyTagClassName
{
color: #DB2FDA;
}
</style>
background-color css
<style>
a { background-color: #DB2FDA; }
a { background-color: rgb(219,47,218); }
div.DivClassName
{
background-color: #DB2FDA;
}
.BgClassName
{
background-color: #DB2FDA;
}
</style>
border-color css
<style>
span { border-color: #DB2FDA; }
span { border-color: rgb(219,47,218); }
td.TdClassName
{
border-color: #DB2FDA;
}
.TagClassName
{
border-color: #DB2FDA;
}
</style>