Shades of Razzle Dazzle Rose #DD26C0
Tints of Razzle Dazzle Rose #DD26C0
RGB
CMYK
RGB Variations
Color information
#DD26C0 (or 0xDD26C0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and C0. RGB value is (221,38,192). Sum of RGB (Red+Green+Blue) = 221+38+192=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26C0 is #22D93F. Grayscale: #6D6D6D. Windows color (decimal): -2283840 or 12592861. OLE color: 12592861.
HSL color Cylindrical-coordinate representation of color #DD26C0: hue angle of 309.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD26C0 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 192 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.13 |
| HSL | 309.51º | 0.73% | 0.51% | - |
| HSV(B) | 309.51º | 0.83% | 0.87% | - |
| XYZ | 40.03 | 20.56 | 51.73 | - |
| YUV | 110.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 192 | 0 | 0.83 | 0.13 | 0.13 | 309.51 | 0.73 | 0.51 |
| Hex | DD | 26 | C0 | 0 | 53 | D | D | 136 | 49 | 33 |
| Octal | 335 | 46 | 300 | 0 | 123 | 15 | 15 | 466 | 111 | 63 |
| Binary | 11011101 | 100110 | 11000000 | 0 | 1010011 | 1101 | 1101 | 100110110 | 1001001 | 110011 |
Color Harmonies of #DD26C0
Complementary color
Monochromatic Colors of #DD26C0
Black with #DD26C0
Text Example
Text Example
White with #DD26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26C0; }
p { color: rgb(221,38,192); }
H1.HeaderClassName
{
color: #DD26C0;
}
.AnyTagClassName
{
color: #DD26C0;
}
</style>
background-color css
<style>
a { background-color: #DD26C0; }
a { background-color: rgb(221,38,192); }
div.DivClassName
{
background-color: #DD26C0;
}
.BgClassName
{
background-color: #DD26C0;
}
</style>
border-color css
<style>
span { border-color: #DD26C0; }
span { border-color: rgb(221,38,192); }
td.TdClassName
{
border-color: #DD26C0;
}
.TagClassName
{
border-color: #DD26C0;
}
</style>