Shades of Razzle Dazzle Rose #DB27CA
Tints of Razzle Dazzle Rose #DB27CA
RGB
CMYK
RGB Variations
Color information
#DB27CA (or 0xDB27CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 27 and CA. RGB value is (219,39,202). Sum of RGB (Red+Green+Blue) = 219+39+202=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27CA is #24D835. Grayscale: #6E6E6E. Windows color (decimal): -2414646 or 13248475. OLE color: 13248475.
HSL color Cylindrical-coordinate representation of color #DB27CA: hue angle of 305.67º 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 #DB27CA is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 202 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.14 |
| HSL | 305.67º | 0.71% | 0.51% | - |
| HSV(B) | 305.67º | 0.82% | 0.86% | - |
| XYZ | 40.6 | 20.78 | 57.75 | - |
| YUV | 111.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 202 | 0 | 0.82 | 0.08 | 0.14 | 305.67 | 0.71 | 0.51 |
| Hex | DB | 27 | CA | 0 | 52 | 8 | E | 132 | 47 | 33 |
| Octal | 333 | 47 | 312 | 0 | 122 | 10 | 16 | 462 | 107 | 63 |
| Binary | 11011011 | 100111 | 11001010 | 0 | 1010010 | 1000 | 1110 | 100110010 | 1000111 | 110011 |
Color Harmonies of #DB27CA
Complementary color
Monochromatic Colors of #DB27CA
Black with #DB27CA
Text Example
Text Example
White with #DB27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27CA; }
p { color: rgb(219,39,202); }
H1.HeaderClassName
{
color: #DB27CA;
}
.AnyTagClassName
{
color: #DB27CA;
}
</style>
background-color css
<style>
a { background-color: #DB27CA; }
a { background-color: rgb(219,39,202); }
div.DivClassName
{
background-color: #DB27CA;
}
.BgClassName
{
background-color: #DB27CA;
}
</style>
border-color css
<style>
span { border-color: #DB27CA; }
span { border-color: rgb(219,39,202); }
td.TdClassName
{
border-color: #DB27CA;
}
.TagClassName
{
border-color: #DB27CA;
}
</style>