Shades of Persian Pink #DD70B5
Tints of Persian Pink #DD70B5
RGB
CMYK
RGB Variations
Color information
#DD70B5 (or 0xDD70B5) is known color: Persian Pink. HEX triplet: DD, 70 and B5. RGB value is (221,112,181). Sum of RGB (Red+Green+Blue) = 221+112+181=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B5 is #228F4A. Grayscale: #989898. Windows color (decimal): -2264907 or 11890909. OLE color: 11890909.
HSL color Cylindrical-coordinate representation of color #DD70B5: hue angle of 322.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70B5 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 181 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.13 |
| HSL | 322.02º | 0.62% | 0.65% | - |
| HSV(B) | 322.02º | 0.49% | 0.87% | - |
| XYZ | 43.95 | 30.3 | 47.25 | - |
| YUV | 152.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 181 | 0 | 0.49 | 0.18 | 0.13 | 322.02 | 0.62 | 0.65 |
| Hex | DD | 70 | B5 | 0 | 31 | 12 | D | 142 | 3E | 41 |
| Octal | 335 | 160 | 265 | 0 | 61 | 22 | 15 | 502 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10110101 | 0 | 110001 | 10010 | 1101 | 101000010 | 111110 | 1000001 |
Color Harmonies of #DD70B5
Complementary color
Monochromatic Colors of #DD70B5
Black with #DD70B5
Text Example
Text Example
White with #DD70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70B5; }
p { color: rgb(221,112,181); }
H1.HeaderClassName
{
color: #DD70B5;
}
.AnyTagClassName
{
color: #DD70B5;
}
</style>
background-color css
<style>
a { background-color: #DD70B5; }
a { background-color: rgb(221,112,181); }
div.DivClassName
{
background-color: #DD70B5;
}
.BgClassName
{
background-color: #DD70B5;
}
</style>
border-color css
<style>
span { border-color: #DD70B5; }
span { border-color: rgb(221,112,181); }
td.TdClassName
{
border-color: #DD70B5;
}
.TagClassName
{
border-color: #DD70B5;
}
</style>