Shades of Razzle Dazzle Rose #DB28CA
Tints of Razzle Dazzle Rose #DB28CA
RGB
CMYK
RGB Variations
Color information
#DB28CA (or 0xDB28CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and CA. RGB value is (219,40,202). Sum of RGB (Red+Green+Blue) = 219+40+202=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28CA is #24D735. Grayscale: #6F6F6F. Windows color (decimal): -2414390 or 13248731. OLE color: 13248731.
HSL color Cylindrical-coordinate representation of color #DB28CA: hue angle of 305.7º 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 #DB28CA is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 202 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.14 |
| HSL | 305.7º | 0.71% | 0.51% | - |
| HSV(B) | 305.7º | 0.82% | 0.86% | - |
| XYZ | 40.63 | 20.84 | 57.76 | - |
| YUV | 111.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 202 | 0 | 0.82 | 0.08 | 0.14 | 305.7 | 0.71 | 0.51 |
| Hex | DB | 28 | CA | 0 | 52 | 8 | E | 132 | 47 | 33 |
| Octal | 333 | 50 | 312 | 0 | 122 | 10 | 16 | 462 | 107 | 63 |
| Binary | 11011011 | 101000 | 11001010 | 0 | 1010010 | 1000 | 1110 | 100110010 | 1000111 | 110011 |
Color Harmonies of #DB28CA
Complementary color
Monochromatic Colors of #DB28CA
Black with #DB28CA
Text Example
Text Example
White with #DB28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28CA; }
p { color: rgb(219,40,202); }
H1.HeaderClassName
{
color: #DB28CA;
}
.AnyTagClassName
{
color: #DB28CA;
}
</style>
background-color css
<style>
a { background-color: #DB28CA; }
a { background-color: rgb(219,40,202); }
div.DivClassName
{
background-color: #DB28CA;
}
.BgClassName
{
background-color: #DB28CA;
}
</style>
border-color css
<style>
span { border-color: #DB28CA; }
span { border-color: rgb(219,40,202); }
td.TdClassName
{
border-color: #DB28CA;
}
.TagClassName
{
border-color: #DB28CA;
}
</style>