Shades of Persian Pink #DC75B2
Tints of Persian Pink #DC75B2
RGB
CMYK
RGB Variations
Color information
#DC75B2 (or 0xDC75B2) is known color: Persian Pink. HEX triplet: DC, 75 and B2. RGB value is (220,117,178). Sum of RGB (Red+Green+Blue) = 220+117+178=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75B2 is #238A4D. Grayscale: #9A9A9A. Windows color (decimal): -2329166 or 11695580. OLE color: 11695580.
HSL color Cylindrical-coordinate representation of color #DC75B2: hue angle of 324.47º 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 #DC75B2 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 178 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.14 |
| HSL | 324.47º | 0.6% | 0.66% | - |
| HSV(B) | 324.47º | 0.47% | 0.86% | - |
| XYZ | 43.91 | 31.15 | 45.82 | - |
| YUV | 154.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 178 | 0 | 0.47 | 0.19 | 0.14 | 324.47 | 0.6 | 0.66 |
| Hex | DC | 75 | B2 | 0 | 2F | 13 | E | 144 | 3C | 42 |
| Octal | 334 | 165 | 262 | 0 | 57 | 23 | 16 | 504 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10110010 | 0 | 101111 | 10011 | 1110 | 101000100 | 111100 | 1000010 |
Color Harmonies of #DC75B2
Complementary color
Monochromatic Colors of #DC75B2
Black with #DC75B2
Text Example
Text Example
White with #DC75B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75B2; }
p { color: rgb(220,117,178); }
H1.HeaderClassName
{
color: #DC75B2;
}
.AnyTagClassName
{
color: #DC75B2;
}
</style>
background-color css
<style>
a { background-color: #DC75B2; }
a { background-color: rgb(220,117,178); }
div.DivClassName
{
background-color: #DC75B2;
}
.BgClassName
{
background-color: #DC75B2;
}
</style>
border-color css
<style>
span { border-color: #DC75B2; }
span { border-color: rgb(220,117,178); }
td.TdClassName
{
border-color: #DC75B2;
}
.TagClassName
{
border-color: #DC75B2;
}
</style>