Shades of Persian Pink #DC6CB3
Tints of Persian Pink #DC6CB3
RGB
CMYK
RGB Variations
Color information
#DC6CB3 (or 0xDC6CB3) is known color: Persian Pink. HEX triplet: DC, 6C and B3. RGB value is (220,108,179). Sum of RGB (Red+Green+Blue) = 220+108+179=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CB3 is #23934C. Grayscale: #959595. Windows color (decimal): -2331469 or 11758812. OLE color: 11758812.
HSL color Cylindrical-coordinate representation of color #DC6CB3: hue angle of 321.96º 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 #DC6CB3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 179 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.14 |
| HSL | 321.96º | 0.62% | 0.64% | - |
| HSV(B) | 321.96º | 0.51% | 0.86% | - |
| XYZ | 43.01 | 29.2 | 46.02 | - |
| YUV | 149.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 179 | 0 | 0.51 | 0.19 | 0.14 | 321.96 | 0.62 | 0.64 |
| Hex | DC | 6C | B3 | 0 | 33 | 13 | E | 142 | 3E | 40 |
| Octal | 334 | 154 | 263 | 0 | 63 | 23 | 16 | 502 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10110011 | 0 | 110011 | 10011 | 1110 | 101000010 | 111110 | 1000000 |
Color Harmonies of #DC6CB3
Complementary color
Monochromatic Colors of #DC6CB3
Black with #DC6CB3
Text Example
Text Example
White with #DC6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CB3; }
p { color: rgb(220,108,179); }
H1.HeaderClassName
{
color: #DC6CB3;
}
.AnyTagClassName
{
color: #DC6CB3;
}
</style>
background-color css
<style>
a { background-color: #DC6CB3; }
a { background-color: rgb(220,108,179); }
div.DivClassName
{
background-color: #DC6CB3;
}
.BgClassName
{
background-color: #DC6CB3;
}
</style>
border-color css
<style>
span { border-color: #DC6CB3; }
span { border-color: rgb(220,108,179); }
td.TdClassName
{
border-color: #DC6CB3;
}
.TagClassName
{
border-color: #DC6CB3;
}
</style>