Shades of Persian Rose #DD3DB1
Tints of Persian Rose #DD3DB1
RGB
CMYK
RGB Variations
Color information
#DD3DB1 (or 0xDD3DB1) is known color: Persian Rose. HEX triplet: DD, 3D and B1. RGB value is (221,61,177). Sum of RGB (Red+Green+Blue) = 221+61+177=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DB1 is #22C24E. Grayscale: #797979. Windows color (decimal): -2277967 or 11615709. OLE color: 11615709.
HSL color Cylindrical-coordinate representation of color #DD3DB1: hue angle of 316.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DB1 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 177 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.13 |
| HSL | 316.5º | 0.7% | 0.55% | - |
| HSV(B) | 316.5º | 0.72% | 0.87% | - |
| XYZ | 39.42 | 21.88 | 43.74 | - |
| YUV | 122.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 177 | 0 | 0.72 | 0.20 | 0.13 | 316.5 | 0.7 | 0.55 |
| Hex | DD | 3D | B1 | 0 | 48 | 14 | D | 13C | 46 | 37 |
| Octal | 335 | 75 | 261 | 0 | 110 | 24 | 15 | 474 | 106 | 67 |
| Binary | 11011101 | 111101 | 10110001 | 0 | 1001000 | 10100 | 1101 | 100111100 | 1000110 | 110111 |
Color Harmonies of #DD3DB1
Complementary color
Monochromatic Colors of #DD3DB1
Black with #DD3DB1
Text Example
Text Example
White with #DD3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DB1; }
p { color: rgb(221,61,177); }
H1.HeaderClassName
{
color: #DD3DB1;
}
.AnyTagClassName
{
color: #DD3DB1;
}
</style>
background-color css
<style>
a { background-color: #DD3DB1; }
a { background-color: rgb(221,61,177); }
div.DivClassName
{
background-color: #DD3DB1;
}
.BgClassName
{
background-color: #DD3DB1;
}
</style>
border-color css
<style>
span { border-color: #DD3DB1; }
span { border-color: rgb(221,61,177); }
td.TdClassName
{
border-color: #DD3DB1;
}
.TagClassName
{
border-color: #DD3DB1;
}
</style>