Shades of Razzle Dazzle Rose #DD26D2
Tints of Razzle Dazzle Rose #DD26D2
RGB
CMYK
RGB Variations
Color information
#DD26D2 (or 0xDD26D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and D2. RGB value is (221,38,210). Sum of RGB (Red+Green+Blue) = 221+38+210=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26D2 is #22D92D. Grayscale: #6F6F6F. Windows color (decimal): -2283822 or 13772509. OLE color: 13772509.
HSL color Cylindrical-coordinate representation of color #DD26D2: hue angle of 303.61º 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 #DD26D2 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 210 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.13 |
| HSL | 303.61º | 0.73% | 0.51% | - |
| HSV(B) | 303.61º | 0.83% | 0.87% | - |
| XYZ | 42.14 | 21.41 | 62.88 | - |
| YUV | 112.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 210 | 0 | 0.83 | 0.05 | 0.13 | 303.61 | 0.73 | 0.51 |
| Hex | DD | 26 | D2 | 0 | 53 | 5 | D | 130 | 49 | 33 |
| Octal | 335 | 46 | 322 | 0 | 123 | 5 | 15 | 460 | 111 | 63 |
| Binary | 11011101 | 100110 | 11010010 | 0 | 1010011 | 101 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DD26D2
Complementary color
Monochromatic Colors of #DD26D2
Black with #DD26D2
Text Example
Text Example
White with #DD26D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26D2; }
p { color: rgb(221,38,210); }
H1.HeaderClassName
{
color: #DD26D2;
}
.AnyTagClassName
{
color: #DD26D2;
}
</style>
background-color css
<style>
a { background-color: #DD26D2; }
a { background-color: rgb(221,38,210); }
div.DivClassName
{
background-color: #DD26D2;
}
.BgClassName
{
background-color: #DD26D2;
}
</style>
border-color css
<style>
span { border-color: #DD26D2; }
span { border-color: rgb(221,38,210); }
td.TdClassName
{
border-color: #DD26D2;
}
.TagClassName
{
border-color: #DD26D2;
}
</style>