Shades of Razzle Dazzle Rose #DD2ADE
Tints of Razzle Dazzle Rose #DD2ADE
RGB
CMYK
RGB Variations
Color information
#DD2ADE (or 0xDD2ADE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and DE. RGB value is (221,42,222). Sum of RGB (Red+Green+Blue) = 221+42+222=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ADE is #22D521. Grayscale: #737373. Windows color (decimal): -2282786 or 14559965. OLE color: 14559965.
HSL color Cylindrical-coordinate representation of color #DD2ADE: hue angle of 299.67º degrees, saturation: 0.73, 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 #DD2ADE is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 222 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.13 |
| HSL | 299.67º | 0.73% | 0.52% | - |
| HSV(B) | 299.67º | 0.81% | 0.87% | - |
| XYZ | 43.83 | 22.3 | 71.1 | - |
| YUV | 116.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 222 | 0.00 | 0.81 | 0 | 0.13 | 299.67 | 0.73 | 0.52 |
| Hex | DD | 2A | DE | 0 | 51 | 0 | D | 12C | 49 | 34 |
| Octal | 335 | 52 | 336 | 0 | 121 | 0 | 15 | 454 | 111 | 64 |
| Binary | 11011101 | 101010 | 11011110 | 0 | 1010001 | 0 | 1101 | 100101100 | 1001001 | 110100 |
Color Harmonies of #DD2ADE
Complementary color
Monochromatic Colors of #DD2ADE
Black with #DD2ADE
Text Example
Text Example
White with #DD2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ADE; }
p { color: rgb(221,42,222); }
H1.HeaderClassName
{
color: #DD2ADE;
}
.AnyTagClassName
{
color: #DD2ADE;
}
</style>
background-color css
<style>
a { background-color: #DD2ADE; }
a { background-color: rgb(221,42,222); }
div.DivClassName
{
background-color: #DD2ADE;
}
.BgClassName
{
background-color: #DD2ADE;
}
</style>
border-color css
<style>
span { border-color: #DD2ADE; }
span { border-color: rgb(221,42,222); }
td.TdClassName
{
border-color: #DD2ADE;
}
.TagClassName
{
border-color: #DD2ADE;
}
</style>