Shades of Persian Pink #DC7BB5
Tints of Persian Pink #DC7BB5
RGB
CMYK
RGB Variations
Color information
#DC7BB5 (or 0xDC7BB5) is known color: Persian Pink. HEX triplet: DC, 7B and B5. RGB value is (220,123,181). Sum of RGB (Red+Green+Blue) = 220+123+181=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BB5 is #23844A. Grayscale: #9E9E9E. Windows color (decimal): -2327627 or 11893724. OLE color: 11893724.
HSL color Cylindrical-coordinate representation of color #DC7BB5: hue angle of 324.12º 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 #DC7BB5 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 181 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.14 |
| HSL | 324.12º | 0.58% | 0.67% | - |
| HSV(B) | 324.12º | 0.44% | 0.86% | - |
| XYZ | 44.94 | 32.72 | 47.66 | - |
| YUV | 158.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 181 | 0 | 0.44 | 0.18 | 0.14 | 324.12 | 0.58 | 0.67 |
| Hex | DC | 7B | B5 | 0 | 2C | 12 | E | 144 | 3A | 43 |
| Octal | 334 | 173 | 265 | 0 | 54 | 22 | 16 | 504 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10110101 | 0 | 101100 | 10010 | 1110 | 101000100 | 111010 | 1000011 |
Color Harmonies of #DC7BB5
Complementary color
Monochromatic Colors of #DC7BB5
Black with #DC7BB5
Text Example
Text Example
White with #DC7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BB5; }
p { color: rgb(220,123,181); }
H1.HeaderClassName
{
color: #DC7BB5;
}
.AnyTagClassName
{
color: #DC7BB5;
}
</style>
background-color css
<style>
a { background-color: #DC7BB5; }
a { background-color: rgb(220,123,181); }
div.DivClassName
{
background-color: #DC7BB5;
}
.BgClassName
{
background-color: #DC7BB5;
}
</style>
border-color css
<style>
span { border-color: #DC7BB5; }
span { border-color: rgb(220,123,181); }
td.TdClassName
{
border-color: #DC7BB5;
}
.TagClassName
{
border-color: #DC7BB5;
}
</style>