Shades of Persian Pink #DC75BD
Tints of Persian Pink #DC75BD
RGB
CMYK
RGB Variations
Color information
#DC75BD (or 0xDC75BD) is known color: Persian Pink. HEX triplet: DC, 75 and BD. RGB value is (220,117,189). Sum of RGB (Red+Green+Blue) = 220+117+189=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BD is #238A42. Grayscale: #9B9B9B. Windows color (decimal): -2329155 or 12416476. OLE color: 12416476.
HSL color Cylindrical-coordinate representation of color #DC75BD: hue angle of 318.06º 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 #DC75BD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 189 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.14 |
| HSL | 318.06º | 0.6% | 0.66% | - |
| HSV(B) | 318.06º | 0.47% | 0.86% | - |
| XYZ | 45.06 | 31.61 | 51.87 | - |
| YUV | 156.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 189 | 0 | 0.47 | 0.14 | 0.14 | 318.06 | 0.6 | 0.66 |
| Hex | DC | 75 | BD | 0 | 2F | E | E | 13E | 3C | 42 |
| Octal | 334 | 165 | 275 | 0 | 57 | 16 | 16 | 476 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10111101 | 0 | 101111 | 1110 | 1110 | 100111110 | 111100 | 1000010 |
Color Harmonies of #DC75BD
Complementary color
Monochromatic Colors of #DC75BD
Black with #DC75BD
Text Example
Text Example
White with #DC75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75BD; }
p { color: rgb(220,117,189); }
H1.HeaderClassName
{
color: #DC75BD;
}
.AnyTagClassName
{
color: #DC75BD;
}
</style>
background-color css
<style>
a { background-color: #DC75BD; }
a { background-color: rgb(220,117,189); }
div.DivClassName
{
background-color: #DC75BD;
}
.BgClassName
{
background-color: #DC75BD;
}
</style>
border-color css
<style>
span { border-color: #DC75BD; }
span { border-color: rgb(220,117,189); }
td.TdClassName
{
border-color: #DC75BD;
}
.TagClassName
{
border-color: #DC75BD;
}
</style>