Shades of Razzle Dazzle Rose #DB2DD5
Tints of Razzle Dazzle Rose #DB2DD5
RGB
CMYK
RGB Variations
Color information
#DB2DD5 (or 0xDB2DD5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and D5. RGB value is (219,45,213). Sum of RGB (Red+Green+Blue) = 219+45+213=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DD5 is #24D22A. Grayscale: #737373. Windows color (decimal): -2413099 or 13970907. OLE color: 13970907.
HSL color Cylindrical-coordinate representation of color #DB2DD5: hue angle of 302.07º degrees, saturation: 0.71, 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 #DB2DD5 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 213 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.14 |
| HSL | 302.07º | 0.71% | 0.52% | - |
| HSV(B) | 302.07º | 0.79% | 0.86% | - |
| XYZ | 42.16 | 21.74 | 64.93 | - |
| YUV | 116.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 213 | 0 | 0.79 | 0.03 | 0.14 | 302.07 | 0.71 | 0.52 |
| Hex | DB | 2D | D5 | 0 | 4F | 3 | E | 12E | 47 | 34 |
| Octal | 333 | 55 | 325 | 0 | 117 | 3 | 16 | 456 | 107 | 64 |
| Binary | 11011011 | 101101 | 11010101 | 0 | 1001111 | 11 | 1110 | 100101110 | 1000111 | 110100 |
Color Harmonies of #DB2DD5
Complementary color
Monochromatic Colors of #DB2DD5
Black with #DB2DD5
Text Example
Text Example
White with #DB2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DD5; }
p { color: rgb(219,45,213); }
H1.HeaderClassName
{
color: #DB2DD5;
}
.AnyTagClassName
{
color: #DB2DD5;
}
</style>
background-color css
<style>
a { background-color: #DB2DD5; }
a { background-color: rgb(219,45,213); }
div.DivClassName
{
background-color: #DB2DD5;
}
.BgClassName
{
background-color: #DB2DD5;
}
</style>
border-color css
<style>
span { border-color: #DB2DD5; }
span { border-color: rgb(219,45,213); }
td.TdClassName
{
border-color: #DB2DD5;
}
.TagClassName
{
border-color: #DB2DD5;
}
</style>