Shades of Razzle Dazzle Rose #DE27DB
Tints of Razzle Dazzle Rose #DE27DB
RGB
CMYK
RGB Variations
Color information
#DE27DB (or 0xDE27DB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 27 and DB. RGB value is (222,39,219). Sum of RGB (Red+Green+Blue) = 222+39+219=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27DB is #21D824. Grayscale: #717171. Windows color (decimal): -2218021 or 14362590. OLE color: 14362590.
HSL color Cylindrical-coordinate representation of color #DE27DB: hue angle of 300.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE27DB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 219 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.13 |
| HSL | 300.98º | 0.73% | 0.51% | - |
| HSV(B) | 300.98º | 0.82% | 0.87% | - |
| XYZ | 43.64 | 22.1 | 68.98 | - |
| YUV | 114.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 219 | 0 | 0.82 | 0.01 | 0.13 | 300.98 | 0.73 | 0.51 |
| Hex | DE | 27 | DB | 0 | 52 | 1 | D | 12D | 49 | 33 |
| Octal | 336 | 47 | 333 | 0 | 122 | 1 | 15 | 455 | 111 | 63 |
| Binary | 11011110 | 100111 | 11011011 | 0 | 1010010 | 1 | 1101 | 100101101 | 1001001 | 110011 |
Color Harmonies of #DE27DB
Complementary color
Monochromatic Colors of #DE27DB
Black with #DE27DB
Text Example
Text Example
White with #DE27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27DB; }
p { color: rgb(222,39,219); }
H1.HeaderClassName
{
color: #DE27DB;
}
.AnyTagClassName
{
color: #DE27DB;
}
</style>
background-color css
<style>
a { background-color: #DE27DB; }
a { background-color: rgb(222,39,219); }
div.DivClassName
{
background-color: #DE27DB;
}
.BgClassName
{
background-color: #DE27DB;
}
</style>
border-color css
<style>
span { border-color: #DE27DB; }
span { border-color: rgb(222,39,219); }
td.TdClassName
{
border-color: #DE27DB;
}
.TagClassName
{
border-color: #DE27DB;
}
</style>