Shades of Razzle Dazzle Rose #DB28C1
Tints of Razzle Dazzle Rose #DB28C1
RGB
CMYK
RGB Variations
Color information
#DB28C1 (or 0xDB28C1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and C1. RGB value is (219,40,193). Sum of RGB (Red+Green+Blue) = 219+40+193=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28C1 is #24D73E. Grayscale: #6E6E6E. Windows color (decimal): -2414399 or 12658907. OLE color: 12658907.
HSL color Cylindrical-coordinate representation of color #DB28C1: hue angle of 308.72º 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 #DB28C1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 193 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.14 |
| HSL | 308.72º | 0.71% | 0.51% | - |
| HSV(B) | 308.72º | 0.82% | 0.86% | - |
| XYZ | 39.6 | 20.43 | 52.31 | - |
| YUV | 110.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 193 | 0 | 0.82 | 0.12 | 0.14 | 308.72 | 0.71 | 0.51 |
| Hex | DB | 28 | C1 | 0 | 52 | C | E | 135 | 47 | 33 |
| Octal | 333 | 50 | 301 | 0 | 122 | 14 | 16 | 465 | 107 | 63 |
| Binary | 11011011 | 101000 | 11000001 | 0 | 1010010 | 1100 | 1110 | 100110101 | 1000111 | 110011 |
Color Harmonies of #DB28C1
Complementary color
Monochromatic Colors of #DB28C1
Black with #DB28C1
Text Example
Text Example
White with #DB28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28C1; }
p { color: rgb(219,40,193); }
H1.HeaderClassName
{
color: #DB28C1;
}
.AnyTagClassName
{
color: #DB28C1;
}
</style>
background-color css
<style>
a { background-color: #DB28C1; }
a { background-color: rgb(219,40,193); }
div.DivClassName
{
background-color: #DB28C1;
}
.BgClassName
{
background-color: #DB28C1;
}
</style>
border-color css
<style>
span { border-color: #DB28C1; }
span { border-color: rgb(219,40,193); }
td.TdClassName
{
border-color: #DB28C1;
}
.TagClassName
{
border-color: #DB28C1;
}
</style>