Shades of Razzle Dazzle Rose #DE27D1
Tints of Razzle Dazzle Rose #DE27D1
RGB
CMYK
RGB Variations
Color information
#DE27D1 (or 0xDE27D1) is known color: Razzle Dazzle Rose. HEX triplet: DE, 27 and D1. RGB value is (222,39,209). Sum of RGB (Red+Green+Blue) = 222+39+209=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D1 is #21D82E. Grayscale: #707070. Windows color (decimal): -2218031 or 13707230. OLE color: 13707230.
HSL color Cylindrical-coordinate representation of color #DE27D1: hue angle of 304.26º 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 #DE27D1 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 209 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.13 |
| HSL | 304.26º | 0.73% | 0.51% | - |
| HSV(B) | 304.26º | 0.82% | 0.87% | - |
| XYZ | 42.36 | 21.58 | 62.26 | - |
| YUV | 113.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 209 | 0 | 0.82 | 0.06 | 0.13 | 304.26 | 0.73 | 0.51 |
| Hex | DE | 27 | D1 | 0 | 52 | 6 | D | 130 | 49 | 33 |
| Octal | 336 | 47 | 321 | 0 | 122 | 6 | 15 | 460 | 111 | 63 |
| Binary | 11011110 | 100111 | 11010001 | 0 | 1010010 | 110 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DE27D1
Complementary color
Monochromatic Colors of #DE27D1
Black with #DE27D1
Text Example
Text Example
White with #DE27D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27D1; }
p { color: rgb(222,39,209); }
H1.HeaderClassName
{
color: #DE27D1;
}
.AnyTagClassName
{
color: #DE27D1;
}
</style>
background-color css
<style>
a { background-color: #DE27D1; }
a { background-color: rgb(222,39,209); }
div.DivClassName
{
background-color: #DE27D1;
}
.BgClassName
{
background-color: #DE27D1;
}
</style>
border-color css
<style>
span { border-color: #DE27D1; }
span { border-color: rgb(222,39,209); }
td.TdClassName
{
border-color: #DE27D1;
}
.TagClassName
{
border-color: #DE27D1;
}
</style>