Shades of Razzle Dazzle Rose #DD26D3
Tints of Razzle Dazzle Rose #DD26D3
RGB
CMYK
RGB Variations
Color information
#DD26D3 (or 0xDD26D3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and D3. RGB value is (221,38,211). Sum of RGB (Red+Green+Blue) = 221+38+211=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26D3 is #22D92C. Grayscale: #6F6F6F. Windows color (decimal): -2283821 or 13838045. OLE color: 13838045.
HSL color Cylindrical-coordinate representation of color #DD26D3: hue angle of 303.28º 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 #DD26D3 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 211 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.13 |
| HSL | 303.28º | 0.73% | 0.51% | - |
| HSV(B) | 303.28º | 0.83% | 0.87% | - |
| XYZ | 42.27 | 21.46 | 63.54 | - |
| YUV | 112.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 211 | 0 | 0.83 | 0.05 | 0.13 | 303.28 | 0.73 | 0.51 |
| Hex | DD | 26 | D3 | 0 | 53 | 5 | D | 12F | 49 | 33 |
| Octal | 335 | 46 | 323 | 0 | 123 | 5 | 15 | 457 | 111 | 63 |
| Binary | 11011101 | 100110 | 11010011 | 0 | 1010011 | 101 | 1101 | 100101111 | 1001001 | 110011 |
Color Harmonies of #DD26D3
Complementary color
Monochromatic Colors of #DD26D3
Black with #DD26D3
Text Example
Text Example
White with #DD26D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26D3; }
p { color: rgb(221,38,211); }
H1.HeaderClassName
{
color: #DD26D3;
}
.AnyTagClassName
{
color: #DD26D3;
}
</style>
background-color css
<style>
a { background-color: #DD26D3; }
a { background-color: rgb(221,38,211); }
div.DivClassName
{
background-color: #DD26D3;
}
.BgClassName
{
background-color: #DD26D3;
}
</style>
border-color css
<style>
span { border-color: #DD26D3; }
span { border-color: rgb(221,38,211); }
td.TdClassName
{
border-color: #DD26D3;
}
.TagClassName
{
border-color: #DD26D3;
}
</style>