Shades of Razzle Dazzle Rose #DD2EDD
Tints of Razzle Dazzle Rose #DD2EDD
RGB
CMYK
RGB Variations
Color information
#DD2EDD (or 0xDD2EDD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and DD. RGB value is (221,46,221). Sum of RGB (Red+Green+Blue) = 221+46+221=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EDD is #22D122. Grayscale: #757575. Windows color (decimal): -2281763 or 14495453. OLE color: 14495453.
HSL color Cylindrical-coordinate representation of color #DD2EDD: hue angle of 300º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2EDD is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 46 | 221 | - |
CMYK | 0 | 0.79 | 0 | 0.13 |
HSL | 300º | 0.72% | 0.52% | - |
HSV(B) | 300º | 0.79% | 0.87% | - |
XYZ | 43.85 | 22.55 | 70.45 | - |
YUV | 118.28 | 185.98 | 201.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 46 | 221 | 0 | 0.79 | 0 | 0.13 | 300 | 0.72 | 0.52 |
Hex | DD | 2E | DD | 0 | 4F | 0 | D | 12C | 48 | 34 |
Octal | 335 | 56 | 335 | 0 | 117 | 0 | 15 | 454 | 110 | 64 |
Binary | 11011101 | 101110 | 11011101 | 0 | 1001111 | 0 | 1101 | 100101100 | 1001000 | 110100 |
Color Harmonies of #DD2EDD
Complementary color
Monochromatic Colors of #DD2EDD
Black with #DD2EDD
Text Example
Text Example
White with #DD2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EDD; }
p { color: rgb(221,46,221); }
H1.HeaderClassName
{
color: #DD2EDD;
}
.AnyTagClassName
{
color: #DD2EDD;
}
</style>
background-color css
<style>
a { background-color: #DD2EDD; }
a { background-color: rgb(221,46,221); }
div.DivClassName
{
background-color: #DD2EDD;
}
.BgClassName
{
background-color: #DD2EDD;
}
</style>
border-color css
<style>
span { border-color: #DD2EDD; }
span { border-color: rgb(221,46,221); }
td.TdClassName
{
border-color: #DD2EDD;
}
.TagClassName
{
border-color: #DD2EDD;
}
</style>