Shades of Razzle Dazzle Rose #DE2BDF
Tints of Razzle Dazzle Rose #DE2BDF
RGB
CMYK
RGB Variations
Color information
#DE2BDF (or 0xDE2BDF) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2B and DF. RGB value is (222,43,223). Sum of RGB (Red+Green+Blue) = 222+43+223=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2BDF is #21D420. Grayscale: #747474. Windows color (decimal): -2216993 or 14625758. OLE color: 14625758.
HSL color Cylindrical-coordinate representation of color #DE2BDF: hue angle of 299.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2BDF is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 43 | 223 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.13 |
| HSL | 299.67º | 0.74% | 0.52% | - |
| HSV(B) | 299.67º | 0.81% | 0.87% | - |
| XYZ | 44.31 | 22.59 | 71.84 | - |
| YUV | 117.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 43 | 223 | 0.00 | 0.81 | 0 | 0.13 | 299.67 | 0.74 | 0.52 |
| Hex | DE | 2B | DF | 0 | 51 | 0 | D | 12C | 4A | 34 |
| Octal | 336 | 53 | 337 | 0 | 121 | 0 | 15 | 454 | 112 | 64 |
| Binary | 11011110 | 101011 | 11011111 | 0 | 1010001 | 0 | 1101 | 100101100 | 1001010 | 110100 |
Color Harmonies of #DE2BDF
Complementary color
Monochromatic Colors of #DE2BDF
Black with #DE2BDF
Text Example
Text Example
White with #DE2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2BDF; }
p { color: rgb(222,43,223); }
H1.HeaderClassName
{
color: #DE2BDF;
}
.AnyTagClassName
{
color: #DE2BDF;
}
</style>
background-color css
<style>
a { background-color: #DE2BDF; }
a { background-color: rgb(222,43,223); }
div.DivClassName
{
background-color: #DE2BDF;
}
.BgClassName
{
background-color: #DE2BDF;
}
</style>
border-color css
<style>
span { border-color: #DE2BDF; }
span { border-color: rgb(222,43,223); }
td.TdClassName
{
border-color: #DE2BDF;
}
.TagClassName
{
border-color: #DE2BDF;
}
</style>