Shades of Razzle Dazzle Rose #DB2FCC
Tints of Razzle Dazzle Rose #DB2FCC
RGB
CMYK
RGB Variations
Color information
#DB2FCC (or 0xDB2FCC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and CC. RGB value is (219,47,204). Sum of RGB (Red+Green+Blue) = 219+47+204=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FCC is #24D033. Grayscale: #737373. Windows color (decimal): -2412596 or 13381595. OLE color: 13381595.
HSL color Cylindrical-coordinate representation of color #DB2FCC: hue angle of 305.23º 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 #DB2FCC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 204 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.14 |
| HSL | 305.23º | 0.7% | 0.52% | - |
| HSV(B) | 305.23º | 0.79% | 0.86% | - |
| XYZ | 41.13 | 21.45 | 59.1 | - |
| YUV | 116.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 204 | 0 | 0.79 | 0.07 | 0.14 | 305.23 | 0.7 | 0.52 |
| Hex | DB | 2F | CC | 0 | 4F | 7 | E | 131 | 46 | 34 |
| Octal | 333 | 57 | 314 | 0 | 117 | 7 | 16 | 461 | 106 | 64 |
| Binary | 11011011 | 101111 | 11001100 | 0 | 1001111 | 111 | 1110 | 100110001 | 1000110 | 110100 |
Color Harmonies of #DB2FCC
Complementary color
Monochromatic Colors of #DB2FCC
Black with #DB2FCC
Text Example
Text Example
White with #DB2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FCC; }
p { color: rgb(219,47,204); }
H1.HeaderClassName
{
color: #DB2FCC;
}
.AnyTagClassName
{
color: #DB2FCC;
}
</style>
background-color css
<style>
a { background-color: #DB2FCC; }
a { background-color: rgb(219,47,204); }
div.DivClassName
{
background-color: #DB2FCC;
}
.BgClassName
{
background-color: #DB2FCC;
}
</style>
border-color css
<style>
span { border-color: #DB2FCC; }
span { border-color: rgb(219,47,204); }
td.TdClassName
{
border-color: #DB2FCC;
}
.TagClassName
{
border-color: #DB2FCC;
}
</style>