Shades of Razzle Dazzle Rose #DE27D2
Tints of Razzle Dazzle Rose #DE27D2
RGB
CMYK
RGB Variations
Color information
#DE27D2 (or 0xDE27D2) is known color: Razzle Dazzle Rose. HEX triplet: DE, 27 and D2. RGB value is (222,39,210). Sum of RGB (Red+Green+Blue) = 222+39+210=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27D2 is #21D82D. Grayscale: #707070. Windows color (decimal): -2218030 or 13772766. OLE color: 13772766.
HSL color Cylindrical-coordinate representation of color #DE27D2: hue angle of 303.93º 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 #DE27D2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 210 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.13 |
| HSL | 303.93º | 0.73% | 0.51% | - |
| HSV(B) | 303.93º | 0.82% | 0.87% | - |
| XYZ | 42.48 | 21.63 | 62.91 | - |
| YUV | 113.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 210 | 0 | 0.82 | 0.05 | 0.13 | 303.93 | 0.73 | 0.51 |
| Hex | DE | 27 | D2 | 0 | 52 | 5 | D | 130 | 49 | 33 |
| Octal | 336 | 47 | 322 | 0 | 122 | 5 | 15 | 460 | 111 | 63 |
| Binary | 11011110 | 100111 | 11010010 | 0 | 1010010 | 101 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DE27D2
Complementary color
Monochromatic Colors of #DE27D2
Black with #DE27D2
Text Example
Text Example
White with #DE27D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27D2; }
p { color: rgb(222,39,210); }
H1.HeaderClassName
{
color: #DE27D2;
}
.AnyTagClassName
{
color: #DE27D2;
}
</style>
background-color css
<style>
a { background-color: #DE27D2; }
a { background-color: rgb(222,39,210); }
div.DivClassName
{
background-color: #DE27D2;
}
.BgClassName
{
background-color: #DE27D2;
}
</style>
border-color css
<style>
span { border-color: #DE27D2; }
span { border-color: rgb(222,39,210); }
td.TdClassName
{
border-color: #DE27D2;
}
.TagClassName
{
border-color: #DE27D2;
}
</style>