Shades of Persian Pink #DC6CB4
Tints of Persian Pink #DC6CB4
RGB
CMYK
RGB Variations
Color information
#DC6CB4 (or 0xDC6CB4) is known color: Persian Pink. HEX triplet: DC, 6C and B4. RGB value is (220,108,180). Sum of RGB (Red+Green+Blue) = 220+108+180=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CB4 is #23934B. Grayscale: #959595. Windows color (decimal): -2331468 or 11824348. OLE color: 11824348.
HSL color Cylindrical-coordinate representation of color #DC6CB4: hue angle of 321.43º 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 #DC6CB4 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 180 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.14 |
| HSL | 321.43º | 0.62% | 0.64% | - |
| HSV(B) | 321.43º | 0.51% | 0.86% | - |
| XYZ | 43.12 | 29.24 | 46.55 | - |
| YUV | 149.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 180 | 0 | 0.51 | 0.18 | 0.14 | 321.43 | 0.62 | 0.64 |
| Hex | DC | 6C | B4 | 0 | 33 | 12 | E | 141 | 3E | 40 |
| Octal | 334 | 154 | 264 | 0 | 63 | 22 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10110100 | 0 | 110011 | 10010 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC6CB4
Complementary color
Monochromatic Colors of #DC6CB4
Black with #DC6CB4
Text Example
Text Example
White with #DC6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CB4; }
p { color: rgb(220,108,180); }
H1.HeaderClassName
{
color: #DC6CB4;
}
.AnyTagClassName
{
color: #DC6CB4;
}
</style>
background-color css
<style>
a { background-color: #DC6CB4; }
a { background-color: rgb(220,108,180); }
div.DivClassName
{
background-color: #DC6CB4;
}
.BgClassName
{
background-color: #DC6CB4;
}
</style>
border-color css
<style>
span { border-color: #DC6CB4; }
span { border-color: rgb(220,108,180); }
td.TdClassName
{
border-color: #DC6CB4;
}
.TagClassName
{
border-color: #DC6CB4;
}
</style>