Shades of Razzle Dazzle Rose #DB29C1
Tints of Razzle Dazzle Rose #DB29C1
RGB
CMYK
RGB Variations
Color information
#DB29C1 (or 0xDB29C1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and C1. RGB value is (219,41,193). Sum of RGB (Red+Green+Blue) = 219+41+193=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29C1 is #24D63E. Grayscale: #6F6F6F. Windows color (decimal): -2414143 or 12659163. OLE color: 12659163.
HSL color Cylindrical-coordinate representation of color #DB29C1: hue angle of 308.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29C1 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 193 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.14 |
| HSL | 308.76º | 0.71% | 0.51% | - |
| HSV(B) | 308.76º | 0.81% | 0.86% | - |
| XYZ | 39.63 | 20.5 | 52.32 | - |
| YUV | 111.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 193 | 0 | 0.81 | 0.12 | 0.14 | 308.76 | 0.71 | 0.51 |
| Hex | DB | 29 | C1 | 0 | 51 | C | E | 135 | 47 | 33 |
| Octal | 333 | 51 | 301 | 0 | 121 | 14 | 16 | 465 | 107 | 63 |
| Binary | 11011011 | 101001 | 11000001 | 0 | 1010001 | 1100 | 1110 | 100110101 | 1000111 | 110011 |
Color Harmonies of #DB29C1
Complementary color
Monochromatic Colors of #DB29C1
Black with #DB29C1
Text Example
Text Example
White with #DB29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29C1; }
p { color: rgb(219,41,193); }
H1.HeaderClassName
{
color: #DB29C1;
}
.AnyTagClassName
{
color: #DB29C1;
}
</style>
background-color css
<style>
a { background-color: #DB29C1; }
a { background-color: rgb(219,41,193); }
div.DivClassName
{
background-color: #DB29C1;
}
.BgClassName
{
background-color: #DB29C1;
}
</style>
border-color css
<style>
span { border-color: #DB29C1; }
span { border-color: rgb(219,41,193); }
td.TdClassName
{
border-color: #DB29C1;
}
.TagClassName
{
border-color: #DB29C1;
}
</style>