Shades of Persian Pink #DF6DB5
Tints of Persian Pink #DF6DB5
RGB
CMYK
RGB Variations
Color information
#DF6DB5 (or 0xDF6DB5) is known color: Persian Pink. HEX triplet: DF, 6D and B5. RGB value is (223,109,181). Sum of RGB (Red+Green+Blue) = 223+109+181=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DB5 is #20924A. Grayscale: #979797. Windows color (decimal): -2134603 or 11890143. OLE color: 11890143.
HSL color Cylindrical-coordinate representation of color #DF6DB5: hue angle of 322.11º degrees, saturation: 0.64, 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 #DF6DB5 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 181 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.13 |
| HSL | 322.11º | 0.64% | 0.65% | - |
| HSV(B) | 322.11º | 0.51% | 0.87% | - |
| XYZ | 44.24 | 29.96 | 47.17 | - |
| YUV | 151.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 181 | 0 | 0.51 | 0.19 | 0.13 | 322.11 | 0.64 | 0.65 |
| Hex | DF | 6D | B5 | 0 | 33 | 13 | D | 142 | 40 | 41 |
| Octal | 337 | 155 | 265 | 0 | 63 | 23 | 15 | 502 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10110101 | 0 | 110011 | 10011 | 1101 | 101000010 | 1000000 | 1000001 |
Color Harmonies of #DF6DB5
Complementary color
Monochromatic Colors of #DF6DB5
Black with #DF6DB5
Text Example
Text Example
White with #DF6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DB5; }
p { color: rgb(223,109,181); }
H1.HeaderClassName
{
color: #DF6DB5;
}
.AnyTagClassName
{
color: #DF6DB5;
}
</style>
background-color css
<style>
a { background-color: #DF6DB5; }
a { background-color: rgb(223,109,181); }
div.DivClassName
{
background-color: #DF6DB5;
}
.BgClassName
{
background-color: #DF6DB5;
}
</style>
border-color css
<style>
span { border-color: #DF6DB5; }
span { border-color: rgb(223,109,181); }
td.TdClassName
{
border-color: #DF6DB5;
}
.TagClassName
{
border-color: #DF6DB5;
}
</style>