Shades of Persian Pink #DF6BBC
Tints of Persian Pink #DF6BBC
RGB
CMYK
RGB Variations
Color information
#DF6BBC (or 0xDF6BBC) is known color: Persian Pink. HEX triplet: DF, 6B and BC. RGB value is (223,107,188). Sum of RGB (Red+Green+Blue) = 223+107+188=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BBC is #209443. Grayscale: #969696. Windows color (decimal): -2135108 or 12348383. OLE color: 12348383.
HSL color Cylindrical-coordinate representation of color #DF6BBC: hue angle of 318.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6BBC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 188 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.13 |
| HSL | 318.1º | 0.64% | 0.65% | - |
| HSV(B) | 318.1º | 0.52% | 0.87% | - |
| XYZ | 44.77 | 29.83 | 50.98 | - |
| YUV | 150.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 188 | 0 | 0.52 | 0.16 | 0.13 | 318.1 | 0.64 | 0.65 |
| Hex | DF | 6B | BC | 0 | 34 | 10 | D | 13E | 40 | 41 |
| Octal | 337 | 153 | 274 | 0 | 64 | 20 | 15 | 476 | 100 | 101 |
| Binary | 11011111 | 1101011 | 10111100 | 0 | 110100 | 10000 | 1101 | 100111110 | 1000000 | 1000001 |
Color Harmonies of #DF6BBC
Complementary color
Monochromatic Colors of #DF6BBC
Black with #DF6BBC
Text Example
Text Example
White with #DF6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BBC; }
p { color: rgb(223,107,188); }
H1.HeaderClassName
{
color: #DF6BBC;
}
.AnyTagClassName
{
color: #DF6BBC;
}
</style>
background-color css
<style>
a { background-color: #DF6BBC; }
a { background-color: rgb(223,107,188); }
div.DivClassName
{
background-color: #DF6BBC;
}
.BgClassName
{
background-color: #DF6BBC;
}
</style>
border-color css
<style>
span { border-color: #DF6BBC; }
span { border-color: rgb(223,107,188); }
td.TdClassName
{
border-color: #DF6BBC;
}
.TagClassName
{
border-color: #DF6BBC;
}
</style>