Shades of Razzle Dazzle Rose #DB2FBA
Tints of Razzle Dazzle Rose #DB2FBA
RGB
CMYK
RGB Variations
Color information
#DB2FBA (or 0xDB2FBA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and BA. RGB value is (219,47,186). Sum of RGB (Red+Green+Blue) = 219+47+186=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FBA is #24D045. Grayscale: #717171. Windows color (decimal): -2412614 or 12201947. OLE color: 12201947.
HSL color Cylindrical-coordinate representation of color #DB2FBA: hue angle of 311.51º 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 #DB2FBA is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 186 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.14 |
| HSL | 311.51º | 0.7% | 0.52% | - |
| HSV(B) | 311.51º | 0.79% | 0.86% | - |
| XYZ | 39.09 | 20.64 | 48.38 | - |
| YUV | 114.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 186 | 0 | 0.79 | 0.15 | 0.14 | 311.51 | 0.7 | 0.52 |
| Hex | DB | 2F | BA | 0 | 4F | F | E | 138 | 46 | 34 |
| Octal | 333 | 57 | 272 | 0 | 117 | 17 | 16 | 470 | 106 | 64 |
| Binary | 11011011 | 101111 | 10111010 | 0 | 1001111 | 1111 | 1110 | 100111000 | 1000110 | 110100 |
Color Harmonies of #DB2FBA
Complementary color
Monochromatic Colors of #DB2FBA
Black with #DB2FBA
Text Example
Text Example
White with #DB2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FBA; }
p { color: rgb(219,47,186); }
H1.HeaderClassName
{
color: #DB2FBA;
}
.AnyTagClassName
{
color: #DB2FBA;
}
</style>
background-color css
<style>
a { background-color: #DB2FBA; }
a { background-color: rgb(219,47,186); }
div.DivClassName
{
background-color: #DB2FBA;
}
.BgClassName
{
background-color: #DB2FBA;
}
</style>
border-color css
<style>
span { border-color: #DB2FBA; }
span { border-color: rgb(219,47,186); }
td.TdClassName
{
border-color: #DB2FBA;
}
.TagClassName
{
border-color: #DB2FBA;
}
</style>