Shades of Persian Pink #DC7CB3
Tints of Persian Pink #DC7CB3
RGB
CMYK
RGB Variations
Color information
#DC7CB3 (or 0xDC7CB3) is known color: Persian Pink. HEX triplet: DC, 7C and B3. RGB value is (220,124,179). Sum of RGB (Red+Green+Blue) = 220+124+179=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB3 is #23834C. Grayscale: #9E9E9E. Windows color (decimal): -2327373 or 11762908. OLE color: 11762908.
HSL color Cylindrical-coordinate representation of color #DC7CB3: hue angle of 325.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CB3 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 179 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.14 |
| HSL | 325.63º | 0.58% | 0.67% | - |
| HSV(B) | 325.63º | 0.44% | 0.86% | - |
| XYZ | 44.86 | 32.89 | 46.63 | - |
| YUV | 158.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 179 | 0 | 0.44 | 0.19 | 0.14 | 325.63 | 0.58 | 0.67 |
| Hex | DC | 7C | B3 | 0 | 2C | 13 | E | 146 | 3A | 43 |
| Octal | 334 | 174 | 263 | 0 | 54 | 23 | 16 | 506 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10110011 | 0 | 101100 | 10011 | 1110 | 101000110 | 111010 | 1000011 |
Color Harmonies of #DC7CB3
Complementary color
Monochromatic Colors of #DC7CB3
Black with #DC7CB3
Text Example
Text Example
White with #DC7CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CB3; }
p { color: rgb(220,124,179); }
H1.HeaderClassName
{
color: #DC7CB3;
}
.AnyTagClassName
{
color: #DC7CB3;
}
</style>
background-color css
<style>
a { background-color: #DC7CB3; }
a { background-color: rgb(220,124,179); }
div.DivClassName
{
background-color: #DC7CB3;
}
.BgClassName
{
background-color: #DC7CB3;
}
</style>
border-color css
<style>
span { border-color: #DC7CB3; }
span { border-color: rgb(220,124,179); }
td.TdClassName
{
border-color: #DC7CB3;
}
.TagClassName
{
border-color: #DC7CB3;
}
</style>