Shades of Razzle Dazzle Rose #DE34D3
Tints of Razzle Dazzle Rose #DE34D3
RGB
CMYK
RGB Variations
Color information
#DE34D3 (or 0xDE34D3) is known color: Razzle Dazzle Rose. HEX triplet: DE, 34 and D3. RGB value is (222,52,211). Sum of RGB (Red+Green+Blue) = 222+52+211=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE34D3 is #21CB2C. Grayscale: #787878. Windows color (decimal): -2214701 or 13841630. OLE color: 13841630.
HSL color Cylindrical-coordinate representation of color #DE34D3: hue angle of 303.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE34D3 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 211 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.13 |
| HSL | 303.88º | 0.72% | 0.54% | - |
| HSV(B) | 303.88º | 0.77% | 0.87% | - |
| XYZ | 43.11 | 22.69 | 63.74 | - |
| YUV | 120.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 211 | 0 | 0.77 | 0.05 | 0.13 | 303.88 | 0.72 | 0.54 |
| Hex | DE | 34 | D3 | 0 | 4D | 5 | D | 130 | 48 | 36 |
| Octal | 336 | 64 | 323 | 0 | 115 | 5 | 15 | 460 | 110 | 66 |
| Binary | 11011110 | 110100 | 11010011 | 0 | 1001101 | 101 | 1101 | 100110000 | 1001000 | 110110 |
Color Harmonies of #DE34D3
Complementary color
Monochromatic Colors of #DE34D3
Black with #DE34D3
Text Example
Text Example
White with #DE34D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE34D3; }
p { color: rgb(222,52,211); }
H1.HeaderClassName
{
color: #DE34D3;
}
.AnyTagClassName
{
color: #DE34D3;
}
</style>
background-color css
<style>
a { background-color: #DE34D3; }
a { background-color: rgb(222,52,211); }
div.DivClassName
{
background-color: #DE34D3;
}
.BgClassName
{
background-color: #DE34D3;
}
</style>
border-color css
<style>
span { border-color: #DE34D3; }
span { border-color: rgb(222,52,211); }
td.TdClassName
{
border-color: #DE34D3;
}
.TagClassName
{
border-color: #DE34D3;
}
</style>