Shades of Persian Pink #DC6AB7
Tints of Persian Pink #DC6AB7
RGB
CMYK
RGB Variations
Color information
#DC6AB7 (or 0xDC6AB7) is known color: Persian Pink. HEX triplet: DC, 6A and B7. RGB value is (220,106,183). Sum of RGB (Red+Green+Blue) = 220+106+183=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AB7 is #239548. Grayscale: #949494. Windows color (decimal): -2331977 or 12020444. OLE color: 12020444.
HSL color Cylindrical-coordinate representation of color #DC6AB7: hue angle of 319.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AB7 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 183 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.14 |
| HSL | 319.47º | 0.62% | 0.64% | - |
| HSV(B) | 319.47º | 0.52% | 0.86% | - |
| XYZ | 43.22 | 28.94 | 48.11 | - |
| YUV | 148.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 183 | 0 | 0.52 | 0.17 | 0.14 | 319.47 | 0.62 | 0.64 |
| Hex | DC | 6A | B7 | 0 | 34 | 11 | E | 13F | 3E | 40 |
| Octal | 334 | 152 | 267 | 0 | 64 | 21 | 16 | 477 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10110111 | 0 | 110100 | 10001 | 1110 | 100111111 | 111110 | 1000000 |
Color Harmonies of #DC6AB7
Complementary color
Monochromatic Colors of #DC6AB7
Black with #DC6AB7
Text Example
Text Example
White with #DC6AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AB7; }
p { color: rgb(220,106,183); }
H1.HeaderClassName
{
color: #DC6AB7;
}
.AnyTagClassName
{
color: #DC6AB7;
}
</style>
background-color css
<style>
a { background-color: #DC6AB7; }
a { background-color: rgb(220,106,183); }
div.DivClassName
{
background-color: #DC6AB7;
}
.BgClassName
{
background-color: #DC6AB7;
}
</style>
border-color css
<style>
span { border-color: #DC6AB7; }
span { border-color: rgb(220,106,183); }
td.TdClassName
{
border-color: #DC6AB7;
}
.TagClassName
{
border-color: #DC6AB7;
}
</style>