Shades of Razzle Dazzle Rose #DD26C1
Tints of Razzle Dazzle Rose #DD26C1
RGB
CMYK
RGB Variations
Color information
#DD26C1 (or 0xDD26C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 26 and C1. RGB value is (221,38,193). Sum of RGB (Red+Green+Blue) = 221+38+193=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26C1 is #22D93E. Grayscale: #6D6D6D. Windows color (decimal): -2283839 or 12658397. OLE color: 12658397.
HSL color Cylindrical-coordinate representation of color #DD26C1: hue angle of 309.18º 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 #DD26C1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 193 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.13 |
| HSL | 309.18º | 0.73% | 0.51% | - |
| HSV(B) | 309.18º | 0.83% | 0.87% | - |
| XYZ | 40.14 | 20.61 | 52.31 | - |
| YUV | 110.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 193 | 0 | 0.83 | 0.13 | 0.13 | 309.18 | 0.73 | 0.51 |
| Hex | DD | 26 | C1 | 0 | 53 | D | D | 135 | 49 | 33 |
| Octal | 335 | 46 | 301 | 0 | 123 | 15 | 15 | 465 | 111 | 63 |
| Binary | 11011101 | 100110 | 11000001 | 0 | 1010011 | 1101 | 1101 | 100110101 | 1001001 | 110011 |
Color Harmonies of #DD26C1
Complementary color
Monochromatic Colors of #DD26C1
Black with #DD26C1
Text Example
Text Example
White with #DD26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26C1; }
p { color: rgb(221,38,193); }
H1.HeaderClassName
{
color: #DD26C1;
}
.AnyTagClassName
{
color: #DD26C1;
}
</style>
background-color css
<style>
a { background-color: #DD26C1; }
a { background-color: rgb(221,38,193); }
div.DivClassName
{
background-color: #DD26C1;
}
.BgClassName
{
background-color: #DD26C1;
}
</style>
border-color css
<style>
span { border-color: #DD26C1; }
span { border-color: rgb(221,38,193); }
td.TdClassName
{
border-color: #DD26C1;
}
.TagClassName
{
border-color: #DD26C1;
}
</style>