Shades of Razzle Dazzle Rose #DB27CC
Tints of Razzle Dazzle Rose #DB27CC
RGB
CMYK
RGB Variations
Color information
#DB27CC (or 0xDB27CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 27 and CC. RGB value is (219,39,204). Sum of RGB (Red+Green+Blue) = 219+39+204=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27CC is #24D833. Grayscale: #6F6F6F. Windows color (decimal): -2414644 or 13379547. OLE color: 13379547.
HSL color Cylindrical-coordinate representation of color #DB27CC: hue angle of 305º 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 #DB27CC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 204 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.14 |
| HSL | 305º | 0.71% | 0.51% | - |
| HSV(B) | 305º | 0.82% | 0.86% | - |
| XYZ | 40.84 | 20.87 | 59 | - |
| YUV | 111.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 204 | 0 | 0.82 | 0.07 | 0.14 | 305 | 0.71 | 0.51 |
| Hex | DB | 27 | CC | 0 | 52 | 7 | E | 131 | 47 | 33 |
| Octal | 333 | 47 | 314 | 0 | 122 | 7 | 16 | 461 | 107 | 63 |
| Binary | 11011011 | 100111 | 11001100 | 0 | 1010010 | 111 | 1110 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DB27CC
Complementary color
Monochromatic Colors of #DB27CC
Black with #DB27CC
Text Example
Text Example
White with #DB27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27CC; }
p { color: rgb(219,39,204); }
H1.HeaderClassName
{
color: #DB27CC;
}
.AnyTagClassName
{
color: #DB27CC;
}
</style>
background-color css
<style>
a { background-color: #DB27CC; }
a { background-color: rgb(219,39,204); }
div.DivClassName
{
background-color: #DB27CC;
}
.BgClassName
{
background-color: #DB27CC;
}
</style>
border-color css
<style>
span { border-color: #DB27CC; }
span { border-color: rgb(219,39,204); }
td.TdClassName
{
border-color: #DB27CC;
}
.TagClassName
{
border-color: #DB27CC;
}
</style>