Shades of Razzle Dazzle Rose #DD2ED3
Tints of Razzle Dazzle Rose #DD2ED3
RGB
CMYK
RGB Variations
Color information
#DD2ED3 (or 0xDD2ED3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and D3. RGB value is (221,46,211). Sum of RGB (Red+Green+Blue) = 221+46+211=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ED3 is #22D12C. Grayscale: #747474. Windows color (decimal): -2281773 or 13840093. OLE color: 13840093.
HSL color Cylindrical-coordinate representation of color #DD2ED3: hue angle of 303.43º 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 #DD2ED3 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 46 | 211 | - |
CMYK | 0 | 0.79 | 0.05 | 0.13 |
HSL | 303.43º | 0.72% | 0.52% | - |
HSV(B) | 303.43º | 0.79% | 0.87% | - |
XYZ | 42.55 | 22.03 | 63.64 | - |
YUV | 117.14 | 180.98 | 202.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 46 | 211 | 0 | 0.79 | 0.05 | 0.13 | 303.43 | 0.72 | 0.52 |
Hex | DD | 2E | D3 | 0 | 4F | 5 | D | 12F | 48 | 34 |
Octal | 335 | 56 | 323 | 0 | 117 | 5 | 15 | 457 | 110 | 64 |
Binary | 11011101 | 101110 | 11010011 | 0 | 1001111 | 101 | 1101 | 100101111 | 1001000 | 110100 |
Color Harmonies of #DD2ED3
Complementary color
Monochromatic Colors of #DD2ED3
Black with #DD2ED3
Text Example
Text Example
White with #DD2ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ED3; }
p { color: rgb(221,46,211); }
H1.HeaderClassName
{
color: #DD2ED3;
}
.AnyTagClassName
{
color: #DD2ED3;
}
</style>
background-color css
<style>
a { background-color: #DD2ED3; }
a { background-color: rgb(221,46,211); }
div.DivClassName
{
background-color: #DD2ED3;
}
.BgClassName
{
background-color: #DD2ED3;
}
</style>
border-color css
<style>
span { border-color: #DD2ED3; }
span { border-color: rgb(221,46,211); }
td.TdClassName
{
border-color: #DD2ED3;
}
.TagClassName
{
border-color: #DD2ED3;
}
</style>