Shades of Razzle Dazzle Rose #DD26D7
Tints of Razzle Dazzle Rose #DD26D7
RGB
CMYK
RGB Variations
Color information
#DD26D7 (or 0xDD26D7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and D7. RGB value is (221,38,215). Sum of RGB (Red+Green+Blue) = 221+38+215=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26D7 is #22D928. Grayscale: #707070. Windows color (decimal): -2283817 or 14100189. OLE color: 14100189.
HSL color Cylindrical-coordinate representation of color #DD26D7: hue angle of 301.97º 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 #DD26D7 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 215 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.13 |
| HSL | 301.97º | 0.73% | 0.51% | - |
| HSV(B) | 301.97º | 0.83% | 0.87% | - |
| XYZ | 42.78 | 21.66 | 66.22 | - |
| YUV | 112.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 215 | 0 | 0.83 | 0.03 | 0.13 | 301.97 | 0.73 | 0.51 |
| Hex | DD | 26 | D7 | 0 | 53 | 3 | D | 12E | 49 | 33 |
| Octal | 335 | 46 | 327 | 0 | 123 | 3 | 15 | 456 | 111 | 63 |
| Binary | 11011101 | 100110 | 11010111 | 0 | 1010011 | 11 | 1101 | 100101110 | 1001001 | 110011 |
Color Harmonies of #DD26D7
Complementary color
Monochromatic Colors of #DD26D7
Black with #DD26D7
Text Example
Text Example
White with #DD26D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26D7; }
p { color: rgb(221,38,215); }
H1.HeaderClassName
{
color: #DD26D7;
}
.AnyTagClassName
{
color: #DD26D7;
}
</style>
background-color css
<style>
a { background-color: #DD26D7; }
a { background-color: rgb(221,38,215); }
div.DivClassName
{
background-color: #DD26D7;
}
.BgClassName
{
background-color: #DD26D7;
}
</style>
border-color css
<style>
span { border-color: #DD26D7; }
span { border-color: rgb(221,38,215); }
td.TdClassName
{
border-color: #DD26D7;
}
.TagClassName
{
border-color: #DD26D7;
}
</style>