Shades of Razzle Dazzle Rose #DB2BB8
Tints of Razzle Dazzle Rose #DB2BB8
RGB
CMYK
RGB Variations
Color information
#DB2BB8 (or 0xDB2BB8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and B8. RGB value is (219,43,184). Sum of RGB (Red+Green+Blue) = 219+43+184=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BB8 is #24D447. Grayscale: #6F6F6F. Windows color (decimal): -2413640 or 12069851. OLE color: 12069851.
HSL color Cylindrical-coordinate representation of color #DB2BB8: hue angle of 311.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BB8 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 184 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.14 |
| HSL | 311.93º | 0.71% | 0.51% | - |
| HSV(B) | 311.93º | 0.8% | 0.86% | - |
| XYZ | 38.73 | 20.25 | 47.21 | - |
| YUV | 111.7 | 168.81 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 184 | 0 | 0.80 | 0.16 | 0.14 | 311.93 | 0.71 | 0.51 |
| Hex | DB | 2B | B8 | 0 | 50 | 10 | E | 138 | 47 | 33 |
| Octal | 333 | 53 | 270 | 0 | 120 | 20 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101011 | 10111000 | 0 | 1010000 | 10000 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB2BB8
Complementary color
Monochromatic Colors of #DB2BB8
Black with #DB2BB8
Text Example
Text Example
White with #DB2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BB8; }
p { color: rgb(219,43,184); }
H1.HeaderClassName
{
color: #DB2BB8;
}
.AnyTagClassName
{
color: #DB2BB8;
}
</style>
background-color css
<style>
a { background-color: #DB2BB8; }
a { background-color: rgb(219,43,184); }
div.DivClassName
{
background-color: #DB2BB8;
}
.BgClassName
{
background-color: #DB2BB8;
}
</style>
border-color css
<style>
span { border-color: #DB2BB8; }
span { border-color: rgb(219,43,184); }
td.TdClassName
{
border-color: #DB2BB8;
}
.TagClassName
{
border-color: #DB2BB8;
}
</style>