Shades of Persian Pink #DC75BB
Tints of Persian Pink #DC75BB
RGB
CMYK
RGB Variations
Color information
#DC75BB (or 0xDC75BB) is known color: Persian Pink. HEX triplet: DC, 75 and BB. RGB value is (220,117,187). Sum of RGB (Red+Green+Blue) = 220+117+187=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BB is #238A44. Grayscale: #9B9B9B. Windows color (decimal): -2329157 or 12285404. OLE color: 12285404.
HSL color Cylindrical-coordinate representation of color #DC75BB: hue angle of 319.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75BB is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 187 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.14 |
| HSL | 319.22º | 0.6% | 0.66% | - |
| HSV(B) | 319.22º | 0.47% | 0.86% | - |
| XYZ | 44.85 | 31.53 | 50.74 | - |
| YUV | 155.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 187 | 0 | 0.47 | 0.15 | 0.14 | 319.22 | 0.6 | 0.66 |
| Hex | DC | 75 | BB | 0 | 2F | F | E | 13F | 3C | 42 |
| Octal | 334 | 165 | 273 | 0 | 57 | 17 | 16 | 477 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10111011 | 0 | 101111 | 1111 | 1110 | 100111111 | 111100 | 1000010 |
Color Harmonies of #DC75BB
Complementary color
Monochromatic Colors of #DC75BB
Black with #DC75BB
Text Example
Text Example
White with #DC75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75BB; }
p { color: rgb(220,117,187); }
H1.HeaderClassName
{
color: #DC75BB;
}
.AnyTagClassName
{
color: #DC75BB;
}
</style>
background-color css
<style>
a { background-color: #DC75BB; }
a { background-color: rgb(220,117,187); }
div.DivClassName
{
background-color: #DC75BB;
}
.BgClassName
{
background-color: #DC75BB;
}
</style>
border-color css
<style>
span { border-color: #DC75BB; }
span { border-color: rgb(220,117,187); }
td.TdClassName
{
border-color: #DC75BB;
}
.TagClassName
{
border-color: #DC75BB;
}
</style>