Shades of Razzle Dazzle Rose #DD26CC
Tints of Razzle Dazzle Rose #DD26CC
RGB
CMYK
RGB Variations
Color information
#DD26CC (or 0xDD26CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and CC. RGB value is (221,38,204). Sum of RGB (Red+Green+Blue) = 221+38+204=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26CC is #22D933. Grayscale: #6F6F6F. Windows color (decimal): -2283828 or 13379293. OLE color: 13379293.
HSL color Cylindrical-coordinate representation of color #DD26CC: hue angle of 305.57º 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 #DD26CC is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 204 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.13 |
| HSL | 305.57º | 0.73% | 0.51% | - |
| HSV(B) | 305.57º | 0.83% | 0.87% | - |
| XYZ | 41.41 | 21.12 | 59.02 | - |
| YUV | 111.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 204 | 0 | 0.83 | 0.08 | 0.13 | 305.57 | 0.73 | 0.51 |
| Hex | DD | 26 | CC | 0 | 53 | 8 | D | 132 | 49 | 33 |
| Octal | 335 | 46 | 314 | 0 | 123 | 10 | 15 | 462 | 111 | 63 |
| Binary | 11011101 | 100110 | 11001100 | 0 | 1010011 | 1000 | 1101 | 100110010 | 1001001 | 110011 |
Color Harmonies of #DD26CC
Complementary color
Monochromatic Colors of #DD26CC
Black with #DD26CC
Text Example
Text Example
White with #DD26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26CC; }
p { color: rgb(221,38,204); }
H1.HeaderClassName
{
color: #DD26CC;
}
.AnyTagClassName
{
color: #DD26CC;
}
</style>
background-color css
<style>
a { background-color: #DD26CC; }
a { background-color: rgb(221,38,204); }
div.DivClassName
{
background-color: #DD26CC;
}
.BgClassName
{
background-color: #DD26CC;
}
</style>
border-color css
<style>
span { border-color: #DD26CC; }
span { border-color: rgb(221,38,204); }
td.TdClassName
{
border-color: #DD26CC;
}
.TagClassName
{
border-color: #DD26CC;
}
</style>