Shades of Persian Pink #DD70B4
Tints of Persian Pink #DD70B4
RGB
CMYK
RGB Variations
Color information
#DD70B4 (or 0xDD70B4) is known color: Persian Pink. HEX triplet: DD, 70 and B4. RGB value is (221,112,180). Sum of RGB (Red+Green+Blue) = 221+112+180=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B4 is #228F4B. Grayscale: #989898. Windows color (decimal): -2264908 or 11825373. OLE color: 11825373.
HSL color Cylindrical-coordinate representation of color #DD70B4: hue angle of 322.57º 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 #DD70B4 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 180 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.13 |
| HSL | 322.57º | 0.62% | 0.65% | - |
| HSV(B) | 322.57º | 0.49% | 0.87% | - |
| XYZ | 43.85 | 30.26 | 46.71 | - |
| YUV | 152.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 180 | 0 | 0.49 | 0.19 | 0.13 | 322.57 | 0.62 | 0.65 |
| Hex | DD | 70 | B4 | 0 | 31 | 13 | D | 143 | 3E | 41 |
| Octal | 335 | 160 | 264 | 0 | 61 | 23 | 15 | 503 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10110100 | 0 | 110001 | 10011 | 1101 | 101000011 | 111110 | 1000001 |
Color Harmonies of #DD70B4
Complementary color
Monochromatic Colors of #DD70B4
Black with #DD70B4
Text Example
Text Example
White with #DD70B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70B4; }
p { color: rgb(221,112,180); }
H1.HeaderClassName
{
color: #DD70B4;
}
.AnyTagClassName
{
color: #DD70B4;
}
</style>
background-color css
<style>
a { background-color: #DD70B4; }
a { background-color: rgb(221,112,180); }
div.DivClassName
{
background-color: #DD70B4;
}
.BgClassName
{
background-color: #DD70B4;
}
</style>
border-color css
<style>
span { border-color: #DD70B4; }
span { border-color: rgb(221,112,180); }
td.TdClassName
{
border-color: #DD70B4;
}
.TagClassName
{
border-color: #DD70B4;
}
</style>