Shades of Razzle Dazzle Rose #DB26CB
Tints of Razzle Dazzle Rose #DB26CB
RGB
CMYK
RGB Variations
Color information
#DB26CB (or 0xDB26CB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and CB. RGB value is (219,38,203). Sum of RGB (Red+Green+Blue) = 219+38+203=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26CB is #24D934. Grayscale: #6E6E6E. Windows color (decimal): -2414901 or 13313755. OLE color: 13313755.
HSL color Cylindrical-coordinate representation of color #DB26CB: hue angle of 305.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26CB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 203 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.14 |
| HSL | 305.3º | 0.72% | 0.5% | - |
| HSV(B) | 305.3º | 0.83% | 0.86% | - |
| XYZ | 40.69 | 20.76 | 58.36 | - |
| YUV | 110.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 203 | 0 | 0.83 | 0.07 | 0.14 | 305.3 | 0.72 | 0.5 |
| Hex | DB | 26 | CB | 0 | 53 | 7 | E | 131 | 48 | 32 |
| Octal | 333 | 46 | 313 | 0 | 123 | 7 | 16 | 461 | 110 | 62 |
| Binary | 11011011 | 100110 | 11001011 | 0 | 1010011 | 111 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DB26CB
Complementary color
Monochromatic Colors of #DB26CB
Black with #DB26CB
Text Example
Text Example
White with #DB26CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26CB; }
p { color: rgb(219,38,203); }
H1.HeaderClassName
{
color: #DB26CB;
}
.AnyTagClassName
{
color: #DB26CB;
}
</style>
background-color css
<style>
a { background-color: #DB26CB; }
a { background-color: rgb(219,38,203); }
div.DivClassName
{
background-color: #DB26CB;
}
.BgClassName
{
background-color: #DB26CB;
}
</style>
border-color css
<style>
span { border-color: #DB26CB; }
span { border-color: rgb(219,38,203); }
td.TdClassName
{
border-color: #DB26CB;
}
.TagClassName
{
border-color: #DB26CB;
}
</style>