Shades of Razzle Dazzle Rose #DB2FCE
Tints of Razzle Dazzle Rose #DB2FCE
RGB
CMYK
RGB Variations
Color information
#DB2FCE (or 0xDB2FCE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2F and CE. RGB value is (219,47,206). Sum of RGB (Red+Green+Blue) = 219+47+206=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FCE is #24D031. Grayscale: #747474. Windows color (decimal): -2412594 or 13512667. OLE color: 13512667.
HSL color Cylindrical-coordinate representation of color #DB2FCE: hue angle of 304.53º 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 #DB2FCE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 206 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.14 |
| HSL | 304.53º | 0.7% | 0.52% | - |
| HSV(B) | 304.53º | 0.79% | 0.86% | - |
| XYZ | 41.37 | 21.55 | 60.37 | - |
| YUV | 116.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 206 | 0 | 0.79 | 0.06 | 0.14 | 304.53 | 0.7 | 0.52 |
| Hex | DB | 2F | CE | 0 | 4F | 6 | E | 131 | 46 | 34 |
| Octal | 333 | 57 | 316 | 0 | 117 | 6 | 16 | 461 | 106 | 64 |
| Binary | 11011011 | 101111 | 11001110 | 0 | 1001111 | 110 | 1110 | 100110001 | 1000110 | 110100 |
Color Harmonies of #DB2FCE
Complementary color
Monochromatic Colors of #DB2FCE
Black with #DB2FCE
Text Example
Text Example
White with #DB2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FCE; }
p { color: rgb(219,47,206); }
H1.HeaderClassName
{
color: #DB2FCE;
}
.AnyTagClassName
{
color: #DB2FCE;
}
</style>
background-color css
<style>
a { background-color: #DB2FCE; }
a { background-color: rgb(219,47,206); }
div.DivClassName
{
background-color: #DB2FCE;
}
.BgClassName
{
background-color: #DB2FCE;
}
</style>
border-color css
<style>
span { border-color: #DB2FCE; }
span { border-color: rgb(219,47,206); }
td.TdClassName
{
border-color: #DB2FCE;
}
.TagClassName
{
border-color: #DB2FCE;
}
</style>