Shades of Razzle Dazzle Rose #DB28CC
Tints of Razzle Dazzle Rose #DB28CC
RGB
CMYK
RGB Variations
Color information
#DB28CC (or 0xDB28CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and CC. RGB value is (219,40,204). Sum of RGB (Red+Green+Blue) = 219+40+204=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28CC is #24D733. Grayscale: #6F6F6F. Windows color (decimal): -2414388 or 13379803. OLE color: 13379803.
HSL color Cylindrical-coordinate representation of color #DB28CC: hue angle of 305.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28CC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.14 |
| HSL | 305.03º | 0.71% | 0.51% | - |
| HSV(B) | 305.03º | 0.82% | 0.86% | - |
| XYZ | 40.87 | 20.94 | 59.01 | - |
| YUV | 112.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 204 | 0 | 0.82 | 0.07 | 0.14 | 305.03 | 0.71 | 0.51 |
| Hex | DB | 28 | CC | 0 | 52 | 7 | E | 131 | 47 | 33 |
| Octal | 333 | 50 | 314 | 0 | 122 | 7 | 16 | 461 | 107 | 63 |
| Binary | 11011011 | 101000 | 11001100 | 0 | 1010010 | 111 | 1110 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DB28CC
Complementary color
Monochromatic Colors of #DB28CC
Black with #DB28CC
Text Example
Text Example
White with #DB28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28CC; }
p { color: rgb(219,40,204); }
H1.HeaderClassName
{
color: #DB28CC;
}
.AnyTagClassName
{
color: #DB28CC;
}
</style>
background-color css
<style>
a { background-color: #DB28CC; }
a { background-color: rgb(219,40,204); }
div.DivClassName
{
background-color: #DB28CC;
}
.BgClassName
{
background-color: #DB28CC;
}
</style>
border-color css
<style>
span { border-color: #DB28CC; }
span { border-color: rgb(219,40,204); }
td.TdClassName
{
border-color: #DB28CC;
}
.TagClassName
{
border-color: #DB28CC;
}
</style>