Shades of Razzle Dazzle Rose #DD28C6
Tints of Razzle Dazzle Rose #DD28C6
RGB
CMYK
RGB Variations
Color information
#DD28C6 (or 0xDD28C6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and C6. RGB value is (221,40,198). Sum of RGB (Red+Green+Blue) = 221+40+198=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28C6 is #22D739. Grayscale: #6F6F6F. Windows color (decimal): -2283322 or 12986589. OLE color: 12986589.
HSL color Cylindrical-coordinate representation of color #DD28C6: hue angle of 307.62º 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 #DD28C6 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 198 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.13 |
| HSL | 307.62º | 0.73% | 0.51% | - |
| HSV(B) | 307.62º | 0.82% | 0.87% | - |
| XYZ | 40.77 | 20.97 | 55.32 | - |
| YUV | 112.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 198 | 0 | 0.82 | 0.10 | 0.13 | 307.62 | 0.73 | 0.51 |
| Hex | DD | 28 | C6 | 0 | 52 | A | D | 134 | 49 | 33 |
| Octal | 335 | 50 | 306 | 0 | 122 | 12 | 15 | 464 | 111 | 63 |
| Binary | 11011101 | 101000 | 11000110 | 0 | 1010010 | 1010 | 1101 | 100110100 | 1001001 | 110011 |
Color Harmonies of #DD28C6
Complementary color
Monochromatic Colors of #DD28C6
Black with #DD28C6
Text Example
Text Example
White with #DD28C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28C6; }
p { color: rgb(221,40,198); }
H1.HeaderClassName
{
color: #DD28C6;
}
.AnyTagClassName
{
color: #DD28C6;
}
</style>
background-color css
<style>
a { background-color: #DD28C6; }
a { background-color: rgb(221,40,198); }
div.DivClassName
{
background-color: #DD28C6;
}
.BgClassName
{
background-color: #DD28C6;
}
</style>
border-color css
<style>
span { border-color: #DD28C6; }
span { border-color: rgb(221,40,198); }
td.TdClassName
{
border-color: #DD28C6;
}
.TagClassName
{
border-color: #DD28C6;
}
</style>