Shades of Razzle Dazzle Rose #DE32CF
Tints of Razzle Dazzle Rose #DE32CF
RGB
CMYK
RGB Variations
Color information
#DE32CF (or 0xDE32CF) is known color: Razzle Dazzle Rose. HEX triplet: DE, 32 and CF. RGB value is (222,50,207). Sum of RGB (Red+Green+Blue) = 222+50+207=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE32CF is #21CD30. Grayscale: #767676. Windows color (decimal): -2215217 or 13578974. OLE color: 13578974.
HSL color Cylindrical-coordinate representation of color #DE32CF: hue angle of 305.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE32CF is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 207 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.13 |
| HSL | 305.23º | 0.72% | 0.53% | - |
| HSV(B) | 305.23º | 0.77% | 0.87% | - |
| XYZ | 42.53 | 22.32 | 61.1 | - |
| YUV | 119.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 207 | 0 | 0.77 | 0.07 | 0.13 | 305.23 | 0.72 | 0.53 |
| Hex | DE | 32 | CF | 0 | 4D | 7 | D | 131 | 48 | 35 |
| Octal | 336 | 62 | 317 | 0 | 115 | 7 | 15 | 461 | 110 | 65 |
| Binary | 11011110 | 110010 | 11001111 | 0 | 1001101 | 111 | 1101 | 100110001 | 1001000 | 110101 |
Color Harmonies of #DE32CF
Complementary color
Monochromatic Colors of #DE32CF
Black with #DE32CF
Text Example
Text Example
White with #DE32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32CF; }
p { color: rgb(222,50,207); }
H1.HeaderClassName
{
color: #DE32CF;
}
.AnyTagClassName
{
color: #DE32CF;
}
</style>
background-color css
<style>
a { background-color: #DE32CF; }
a { background-color: rgb(222,50,207); }
div.DivClassName
{
background-color: #DE32CF;
}
.BgClassName
{
background-color: #DE32CF;
}
</style>
border-color css
<style>
span { border-color: #DE32CF; }
span { border-color: rgb(222,50,207); }
td.TdClassName
{
border-color: #DE32CF;
}
.TagClassName
{
border-color: #DE32CF;
}
</style>