Shades of Razzle Dazzle Rose #DD35C5
Tints of Razzle Dazzle Rose #DD35C5
RGB
CMYK
RGB Variations
Color information
#DD35C5 (or 0xDD35C5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 35 and C5. RGB value is (221,53,197). Sum of RGB (Red+Green+Blue) = 221+53+197=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35C5 is #22CA3A. Grayscale: #777777. Windows color (decimal): -2279995 or 12924381. OLE color: 12924381.
HSL color Cylindrical-coordinate representation of color #DD35C5: hue angle of 308.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD35C5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 197 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.13 |
| HSL | 308.57º | 0.71% | 0.54% | - |
| HSV(B) | 308.57º | 0.76% | 0.87% | - |
| XYZ | 41.17 | 21.95 | 54.89 | - |
| YUV | 119.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 197 | 0 | 0.76 | 0.11 | 0.13 | 308.57 | 0.71 | 0.54 |
| Hex | DD | 35 | C5 | 0 | 4C | B | D | 135 | 47 | 36 |
| Octal | 335 | 65 | 305 | 0 | 114 | 13 | 15 | 465 | 107 | 66 |
| Binary | 11011101 | 110101 | 11000101 | 0 | 1001100 | 1011 | 1101 | 100110101 | 1000111 | 110110 |
Color Harmonies of #DD35C5
Complementary color
Monochromatic Colors of #DD35C5
Black with #DD35C5
Text Example
Text Example
White with #DD35C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35C5; }
p { color: rgb(221,53,197); }
H1.HeaderClassName
{
color: #DD35C5;
}
.AnyTagClassName
{
color: #DD35C5;
}
</style>
background-color css
<style>
a { background-color: #DD35C5; }
a { background-color: rgb(221,53,197); }
div.DivClassName
{
background-color: #DD35C5;
}
.BgClassName
{
background-color: #DD35C5;
}
</style>
border-color css
<style>
span { border-color: #DD35C5; }
span { border-color: rgb(221,53,197); }
td.TdClassName
{
border-color: #DD35C5;
}
.TagClassName
{
border-color: #DD35C5;
}
</style>