Shades of Razzle Dazzle Rose #DD35C8
Tints of Razzle Dazzle Rose #DD35C8
RGB
CMYK
RGB Variations
Color information
#DD35C8 (or 0xDD35C8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 35 and C8. RGB value is (221,53,200). Sum of RGB (Red+Green+Blue) = 221+53+200=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35C8 is #22CA37. Grayscale: #777777. Windows color (decimal): -2279992 or 13120989. OLE color: 13120989.
HSL color Cylindrical-coordinate representation of color #DD35C8: hue angle of 307.5º 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 #DD35C8 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 200 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.13 |
| HSL | 307.5º | 0.71% | 0.54% | - |
| HSV(B) | 307.5º | 0.76% | 0.87% | - |
| XYZ | 41.52 | 22.09 | 56.72 | - |
| YUV | 119.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 200 | 0 | 0.76 | 0.10 | 0.13 | 307.5 | 0.71 | 0.54 |
| Hex | DD | 35 | C8 | 0 | 4C | A | D | 134 | 47 | 36 |
| Octal | 335 | 65 | 310 | 0 | 114 | 12 | 15 | 464 | 107 | 66 |
| Binary | 11011101 | 110101 | 11001000 | 0 | 1001100 | 1010 | 1101 | 100110100 | 1000111 | 110110 |
Color Harmonies of #DD35C8
Complementary color
Monochromatic Colors of #DD35C8
Black with #DD35C8
Text Example
Text Example
White with #DD35C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35C8; }
p { color: rgb(221,53,200); }
H1.HeaderClassName
{
color: #DD35C8;
}
.AnyTagClassName
{
color: #DD35C8;
}
</style>
background-color css
<style>
a { background-color: #DD35C8; }
a { background-color: rgb(221,53,200); }
div.DivClassName
{
background-color: #DD35C8;
}
.BgClassName
{
background-color: #DD35C8;
}
</style>
border-color css
<style>
span { border-color: #DD35C8; }
span { border-color: rgb(221,53,200); }
td.TdClassName
{
border-color: #DD35C8;
}
.TagClassName
{
border-color: #DD35C8;
}
</style>