Shades of Razzle Dazzle Rose #DB2FC6
Tints of Razzle Dazzle Rose #DB2FC6
RGB
CMYK
RGB Variations
Color information
#DB2FC6 (or 0xDB2FC6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and C6. RGB value is (219,47,198). Sum of RGB (Red+Green+Blue) = 219+47+198=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FC6 is #24D039. Grayscale: #737373. Windows color (decimal): -2412602 or 12988379. OLE color: 12988379.
HSL color Cylindrical-coordinate representation of color #DB2FC6: hue angle of 307.33º 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 #DB2FC6 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 198 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.14 |
| HSL | 307.33º | 0.7% | 0.52% | - |
| HSV(B) | 307.33º | 0.79% | 0.86% | - |
| XYZ | 40.42 | 21.17 | 55.38 | - |
| YUV | 115.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 198 | 0 | 0.79 | 0.10 | 0.14 | 307.33 | 0.7 | 0.52 |
| Hex | DB | 2F | C6 | 0 | 4F | A | E | 133 | 46 | 34 |
| Octal | 333 | 57 | 306 | 0 | 117 | 12 | 16 | 463 | 106 | 64 |
| Binary | 11011011 | 101111 | 11000110 | 0 | 1001111 | 1010 | 1110 | 100110011 | 1000110 | 110100 |
Color Harmonies of #DB2FC6
Complementary color
Monochromatic Colors of #DB2FC6
Black with #DB2FC6
Text Example
Text Example
White with #DB2FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FC6; }
p { color: rgb(219,47,198); }
H1.HeaderClassName
{
color: #DB2FC6;
}
.AnyTagClassName
{
color: #DB2FC6;
}
</style>
background-color css
<style>
a { background-color: #DB2FC6; }
a { background-color: rgb(219,47,198); }
div.DivClassName
{
background-color: #DB2FC6;
}
.BgClassName
{
background-color: #DB2FC6;
}
</style>
border-color css
<style>
span { border-color: #DB2FC6; }
span { border-color: rgb(219,47,198); }
td.TdClassName
{
border-color: #DB2FC6;
}
.TagClassName
{
border-color: #DB2FC6;
}
</style>