Shades of Razzle Dazzle Rose #DD28C2
Tints of Razzle Dazzle Rose #DD28C2
RGB
CMYK
RGB Variations
Color information
#DD28C2 (or 0xDD28C2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and C2. RGB value is (221,40,194). Sum of RGB (Red+Green+Blue) = 221+40+194=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28C2 is #22D73D. Grayscale: #6F6F6F. Windows color (decimal): -2283326 or 12724445. OLE color: 12724445.
HSL color Cylindrical-coordinate representation of color #DD28C2: hue angle of 308.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28C2 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 194 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.13 |
| HSL | 308.95º | 0.73% | 0.51% | - |
| HSV(B) | 308.95º | 0.82% | 0.87% | - |
| XYZ | 40.32 | 20.78 | 52.93 | - |
| YUV | 111.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 194 | 0 | 0.82 | 0.12 | 0.13 | 308.95 | 0.73 | 0.51 |
| Hex | DD | 28 | C2 | 0 | 52 | C | D | 135 | 49 | 33 |
| Octal | 335 | 50 | 302 | 0 | 122 | 14 | 15 | 465 | 111 | 63 |
| Binary | 11011101 | 101000 | 11000010 | 0 | 1010010 | 1100 | 1101 | 100110101 | 1001001 | 110011 |
Color Harmonies of #DD28C2
Complementary color
Monochromatic Colors of #DD28C2
Black with #DD28C2
Text Example
Text Example
White with #DD28C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28C2; }
p { color: rgb(221,40,194); }
H1.HeaderClassName
{
color: #DD28C2;
}
.AnyTagClassName
{
color: #DD28C2;
}
</style>
background-color css
<style>
a { background-color: #DD28C2; }
a { background-color: rgb(221,40,194); }
div.DivClassName
{
background-color: #DD28C2;
}
.BgClassName
{
background-color: #DD28C2;
}
</style>
border-color css
<style>
span { border-color: #DD28C2; }
span { border-color: rgb(221,40,194); }
td.TdClassName
{
border-color: #DD28C2;
}
.TagClassName
{
border-color: #DD28C2;
}
</style>