Shades of Persian Rose #DD33B3
Tints of Persian Rose #DD33B3
RGB
CMYK
RGB Variations
Color information
#DD33B3 (or 0xDD33B3) is known color: Persian Rose. HEX triplet: DD, 33 and B3. RGB value is (221,51,179). Sum of RGB (Red+Green+Blue) = 221+51+179=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33B3 is #22CC4C. Grayscale: #747474. Windows color (decimal): -2280525 or 11744221. OLE color: 11744221.
HSL color Cylindrical-coordinate representation of color #DD33B3: hue angle of 314.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33B3 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 179 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.13 |
| HSL | 314.82º | 0.71% | 0.53% | - |
| HSV(B) | 314.82º | 0.77% | 0.87% | - |
| XYZ | 39.14 | 20.99 | 44.64 | - |
| YUV | 116.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 179 | 0 | 0.77 | 0.19 | 0.13 | 314.82 | 0.71 | 0.53 |
| Hex | DD | 33 | B3 | 0 | 4D | 13 | D | 13B | 47 | 35 |
| Octal | 335 | 63 | 263 | 0 | 115 | 23 | 15 | 473 | 107 | 65 |
| Binary | 11011101 | 110011 | 10110011 | 0 | 1001101 | 10011 | 1101 | 100111011 | 1000111 | 110101 |
Color Harmonies of #DD33B3
Complementary color
Monochromatic Colors of #DD33B3
Black with #DD33B3
Text Example
Text Example
White with #DD33B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33B3; }
p { color: rgb(221,51,179); }
H1.HeaderClassName
{
color: #DD33B3;
}
.AnyTagClassName
{
color: #DD33B3;
}
</style>
background-color css
<style>
a { background-color: #DD33B3; }
a { background-color: rgb(221,51,179); }
div.DivClassName
{
background-color: #DD33B3;
}
.BgClassName
{
background-color: #DD33B3;
}
</style>
border-color css
<style>
span { border-color: #DD33B3; }
span { border-color: rgb(221,51,179); }
td.TdClassName
{
border-color: #DD33B3;
}
.TagClassName
{
border-color: #DD33B3;
}
</style>