Shades of Persian Rose #DD35B2
Tints of Persian Rose #DD35B2
RGB
CMYK
RGB Variations
Color information
#DD35B2 (or 0xDD35B2) is known color: Persian Rose. HEX triplet: DD, 35 and B2. RGB value is (221,53,178). Sum of RGB (Red+Green+Blue) = 221+53+178=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD35B2 is #22CA4D. Grayscale: #757575. Windows color (decimal): -2280014 or 11679197. OLE color: 11679197.
HSL color Cylindrical-coordinate representation of color #DD35B2: hue angle of 315.36º 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 #DD35B2 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 178 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.13 |
| HSL | 315.36º | 0.71% | 0.54% | - |
| HSV(B) | 315.36º | 0.76% | 0.87% | - |
| XYZ | 39.13 | 21.13 | 44.14 | - |
| YUV | 117.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 178 | 0 | 0.76 | 0.19 | 0.13 | 315.36 | 0.71 | 0.54 |
| Hex | DD | 35 | B2 | 0 | 4C | 13 | D | 13B | 47 | 36 |
| Octal | 335 | 65 | 262 | 0 | 114 | 23 | 15 | 473 | 107 | 66 |
| Binary | 11011101 | 110101 | 10110010 | 0 | 1001100 | 10011 | 1101 | 100111011 | 1000111 | 110110 |
Color Harmonies of #DD35B2
Complementary color
Monochromatic Colors of #DD35B2
Black with #DD35B2
Text Example
Text Example
White with #DD35B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35B2; }
p { color: rgb(221,53,178); }
H1.HeaderClassName
{
color: #DD35B2;
}
.AnyTagClassName
{
color: #DD35B2;
}
</style>
background-color css
<style>
a { background-color: #DD35B2; }
a { background-color: rgb(221,53,178); }
div.DivClassName
{
background-color: #DD35B2;
}
.BgClassName
{
background-color: #DD35B2;
}
</style>
border-color css
<style>
span { border-color: #DD35B2; }
span { border-color: rgb(221,53,178); }
td.TdClassName
{
border-color: #DD35B2;
}
.TagClassName
{
border-color: #DD35B2;
}
</style>