Shades of Persian Pink #DC6AB8
Tints of Persian Pink #DC6AB8
RGB
CMYK
RGB Variations
Color information
#DC6AB8 (or 0xDC6AB8) is known color: Persian Pink. HEX triplet: DC, 6A and B8. RGB value is (220,106,184). Sum of RGB (Red+Green+Blue) = 220+106+184=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AB8 is #239547. Grayscale: #949494. Windows color (decimal): -2331976 or 12085980. OLE color: 12085980.
HSL color Cylindrical-coordinate representation of color #DC6AB8: hue angle of 318.95º 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 #DC6AB8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 184 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.14 |
| HSL | 318.95º | 0.62% | 0.64% | - |
| HSV(B) | 318.95º | 0.52% | 0.86% | - |
| XYZ | 43.32 | 28.98 | 48.66 | - |
| YUV | 148.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 184 | 0 | 0.52 | 0.16 | 0.14 | 318.95 | 0.62 | 0.64 |
| Hex | DC | 6A | B8 | 0 | 34 | 10 | E | 13F | 3E | 40 |
| Octal | 334 | 152 | 270 | 0 | 64 | 20 | 16 | 477 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10111000 | 0 | 110100 | 10000 | 1110 | 100111111 | 111110 | 1000000 |
Color Harmonies of #DC6AB8
Complementary color
Monochromatic Colors of #DC6AB8
Black with #DC6AB8
Text Example
Text Example
White with #DC6AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AB8; }
p { color: rgb(220,106,184); }
H1.HeaderClassName
{
color: #DC6AB8;
}
.AnyTagClassName
{
color: #DC6AB8;
}
</style>
background-color css
<style>
a { background-color: #DC6AB8; }
a { background-color: rgb(220,106,184); }
div.DivClassName
{
background-color: #DC6AB8;
}
.BgClassName
{
background-color: #DC6AB8;
}
</style>
border-color css
<style>
span { border-color: #DC6AB8; }
span { border-color: rgb(220,106,184); }
td.TdClassName
{
border-color: #DC6AB8;
}
.TagClassName
{
border-color: #DC6AB8;
}
</style>