Shades of Persian Pink #DC6CB5
Tints of Persian Pink #DC6CB5
RGB
CMYK
RGB Variations
Color information
#DC6CB5 (or 0xDC6CB5) is known color: Persian Pink. HEX triplet: DC, 6C and B5. RGB value is (220,108,181). Sum of RGB (Red+Green+Blue) = 220+108+181=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CB5 is #23934A. Grayscale: #959595. Windows color (decimal): -2331467 or 11889884. OLE color: 11889884.
HSL color Cylindrical-coordinate representation of color #DC6CB5: hue angle of 320.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CB5 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 181 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.14 |
| HSL | 320.89º | 0.62% | 0.64% | - |
| HSV(B) | 320.89º | 0.51% | 0.86% | - |
| XYZ | 43.22 | 29.28 | 47.09 | - |
| YUV | 149.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 181 | 0 | 0.51 | 0.18 | 0.14 | 320.89 | 0.62 | 0.64 |
| Hex | DC | 6C | B5 | 0 | 33 | 12 | E | 141 | 3E | 40 |
| Octal | 334 | 154 | 265 | 0 | 63 | 22 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10110101 | 0 | 110011 | 10010 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC6CB5
Complementary color
Monochromatic Colors of #DC6CB5
Black with #DC6CB5
Text Example
Text Example
White with #DC6CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CB5; }
p { color: rgb(220,108,181); }
H1.HeaderClassName
{
color: #DC6CB5;
}
.AnyTagClassName
{
color: #DC6CB5;
}
</style>
background-color css
<style>
a { background-color: #DC6CB5; }
a { background-color: rgb(220,108,181); }
div.DivClassName
{
background-color: #DC6CB5;
}
.BgClassName
{
background-color: #DC6CB5;
}
</style>
border-color css
<style>
span { border-color: #DC6CB5; }
span { border-color: rgb(220,108,181); }
td.TdClassName
{
border-color: #DC6CB5;
}
.TagClassName
{
border-color: #DC6CB5;
}
</style>