Shades of Persian Pink #DD6DB4
Tints of Persian Pink #DD6DB4
RGB
CMYK
RGB Variations
Color information
#DD6DB4 (or 0xDD6DB4) is known color: Persian Pink. HEX triplet: DD, 6D and B4. RGB value is (221,109,180). Sum of RGB (Red+Green+Blue) = 221+109+180=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DB4 is #22924B. Grayscale: #969696. Windows color (decimal): -2265676 or 11824605. OLE color: 11824605.
HSL color Cylindrical-coordinate representation of color #DD6DB4: hue angle of 321.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DB4 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 180 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.13 |
| HSL | 321.96º | 0.62% | 0.65% | - |
| HSV(B) | 321.96º | 0.51% | 0.87% | - |
| XYZ | 43.53 | 29.6 | 46.6 | - |
| YUV | 150.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 180 | 0 | 0.51 | 0.19 | 0.13 | 321.96 | 0.62 | 0.65 |
| Hex | DD | 6D | B4 | 0 | 33 | 13 | D | 142 | 3E | 41 |
| Octal | 335 | 155 | 264 | 0 | 63 | 23 | 15 | 502 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10110100 | 0 | 110011 | 10011 | 1101 | 101000010 | 111110 | 1000001 |
Color Harmonies of #DD6DB4
Complementary color
Monochromatic Colors of #DD6DB4
Black with #DD6DB4
Text Example
Text Example
White with #DD6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DB4; }
p { color: rgb(221,109,180); }
H1.HeaderClassName
{
color: #DD6DB4;
}
.AnyTagClassName
{
color: #DD6DB4;
}
</style>
background-color css
<style>
a { background-color: #DD6DB4; }
a { background-color: rgb(221,109,180); }
div.DivClassName
{
background-color: #DD6DB4;
}
.BgClassName
{
background-color: #DD6DB4;
}
</style>
border-color css
<style>
span { border-color: #DD6DB4; }
span { border-color: rgb(221,109,180); }
td.TdClassName
{
border-color: #DD6DB4;
}
.TagClassName
{
border-color: #DD6DB4;
}
</style>