Shades of Persian Pink #DC75B5
Tints of Persian Pink #DC75B5
RGB
CMYK
RGB Variations
Color information
#DC75B5 (or 0xDC75B5) is known color: Persian Pink. HEX triplet: DC, 75 and B5. RGB value is (220,117,181). Sum of RGB (Red+Green+Blue) = 220+117+181=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75B5 is #238A4A. Grayscale: #9A9A9A. Windows color (decimal): -2329163 or 11892188. OLE color: 11892188.
HSL color Cylindrical-coordinate representation of color #DC75B5: hue angle of 322.72º 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 #DC75B5 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 181 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.14 |
| HSL | 322.72º | 0.6% | 0.66% | - |
| HSV(B) | 322.72º | 0.47% | 0.86% | - |
| XYZ | 44.22 | 31.27 | 47.42 | - |
| YUV | 155.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 181 | 0 | 0.47 | 0.18 | 0.14 | 322.72 | 0.6 | 0.66 |
| Hex | DC | 75 | B5 | 0 | 2F | 12 | E | 143 | 3C | 42 |
| Octal | 334 | 165 | 265 | 0 | 57 | 22 | 16 | 503 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10110101 | 0 | 101111 | 10010 | 1110 | 101000011 | 111100 | 1000010 |
Color Harmonies of #DC75B5
Complementary color
Monochromatic Colors of #DC75B5
Black with #DC75B5
Text Example
Text Example
White with #DC75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75B5; }
p { color: rgb(220,117,181); }
H1.HeaderClassName
{
color: #DC75B5;
}
.AnyTagClassName
{
color: #DC75B5;
}
</style>
background-color css
<style>
a { background-color: #DC75B5; }
a { background-color: rgb(220,117,181); }
div.DivClassName
{
background-color: #DC75B5;
}
.BgClassName
{
background-color: #DC75B5;
}
</style>
border-color css
<style>
span { border-color: #DC75B5; }
span { border-color: rgb(220,117,181); }
td.TdClassName
{
border-color: #DC75B5;
}
.TagClassName
{
border-color: #DC75B5;
}
</style>