Shades of Persian Pink #DF6DB3
Tints of Persian Pink #DF6DB3
RGB
CMYK
RGB Variations
Color information
#DF6DB3 (or 0xDF6DB3) is known color: Persian Pink. HEX triplet: DF, 6D and B3. RGB value is (223,109,179). Sum of RGB (Red+Green+Blue) = 223+109+179=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DB3 is #20924C. Grayscale: #969696. Windows color (decimal): -2134605 or 11759071. OLE color: 11759071.
HSL color Cylindrical-coordinate representation of color #DF6DB3: hue angle of 323.16º 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 #DF6DB3 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 179 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.13 |
| HSL | 323.16º | 0.64% | 0.65% | - |
| HSV(B) | 323.16º | 0.51% | 0.87% | - |
| XYZ | 44.04 | 29.88 | 46.09 | - |
| YUV | 151.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 179 | 0 | 0.51 | 0.20 | 0.13 | 323.16 | 0.64 | 0.65 |
| Hex | DF | 6D | B3 | 0 | 33 | 14 | D | 143 | 40 | 41 |
| Octal | 337 | 155 | 263 | 0 | 63 | 24 | 15 | 503 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10110011 | 0 | 110011 | 10100 | 1101 | 101000011 | 1000000 | 1000001 |
Color Harmonies of #DF6DB3
Complementary color
Monochromatic Colors of #DF6DB3
Black with #DF6DB3
Text Example
Text Example
White with #DF6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DB3; }
p { color: rgb(223,109,179); }
H1.HeaderClassName
{
color: #DF6DB3;
}
.AnyTagClassName
{
color: #DF6DB3;
}
</style>
background-color css
<style>
a { background-color: #DF6DB3; }
a { background-color: rgb(223,109,179); }
div.DivClassName
{
background-color: #DF6DB3;
}
.BgClassName
{
background-color: #DF6DB3;
}
</style>
border-color css
<style>
span { border-color: #DF6DB3; }
span { border-color: rgb(223,109,179); }
td.TdClassName
{
border-color: #DF6DB3;
}
.TagClassName
{
border-color: #DF6DB3;
}
</style>