Shades of Persian Pink #DC6EBA
Tints of Persian Pink #DC6EBA
RGB
CMYK
RGB Variations
Color information
#DC6EBA (or 0xDC6EBA) is known color: Persian Pink. HEX triplet: DC, 6E and BA. RGB value is (220,110,186). Sum of RGB (Red+Green+Blue) = 220+110+186=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EBA is #239145. Grayscale: #979797. Windows color (decimal): -2330950 or 12218076. OLE color: 12218076.
HSL color Cylindrical-coordinate representation of color #DC6EBA: hue angle of 318.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EBA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 186 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 318.55º | 0.61% | 0.65% | - |
| HSV(B) | 318.55º | 0.5% | 0.86% | - |
| XYZ | 43.95 | 29.91 | 49.91 | - |
| YUV | 151.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 186 | 0 | 0.50 | 0.15 | 0.14 | 318.55 | 0.61 | 0.65 |
| Hex | DC | 6E | BA | 0 | 32 | F | E | 13F | 3D | 41 |
| Octal | 334 | 156 | 272 | 0 | 62 | 17 | 16 | 477 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10111010 | 0 | 110010 | 1111 | 1110 | 100111111 | 111101 | 1000001 |
Color Harmonies of #DC6EBA
Complementary color
Monochromatic Colors of #DC6EBA
Black with #DC6EBA
Text Example
Text Example
White with #DC6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EBA; }
p { color: rgb(220,110,186); }
H1.HeaderClassName
{
color: #DC6EBA;
}
.AnyTagClassName
{
color: #DC6EBA;
}
</style>
background-color css
<style>
a { background-color: #DC6EBA; }
a { background-color: rgb(220,110,186); }
div.DivClassName
{
background-color: #DC6EBA;
}
.BgClassName
{
background-color: #DC6EBA;
}
</style>
border-color css
<style>
span { border-color: #DC6EBA; }
span { border-color: rgb(220,110,186); }
td.TdClassName
{
border-color: #DC6EBA;
}
.TagClassName
{
border-color: #DC6EBA;
}
</style>