Shades of Persian Pink #D575B5
Tints of Persian Pink #D575B5
RGB
CMYK
RGB Variations
Color information
#D575B5 (or 0xD575B5) is known color: Persian Pink. HEX triplet: D5, 75 and B5. RGB value is (213,117,181). Sum of RGB (Red+Green+Blue) = 213+117+181=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575B5 is #2A8A4A. Grayscale: #989898. Windows color (decimal): -2787915 or 11892181. OLE color: 11892181.
HSL color Cylindrical-coordinate representation of color #D575B5: hue angle of 320º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575B5 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 181 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.16 |
| HSL | 320º | 0.53% | 0.65% | - |
| HSV(B) | 320º | 0.45% | 0.84% | - |
| XYZ | 42.14 | 30.2 | 47.33 | - |
| YUV | 153 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 181 | 0 | 0.45 | 0.15 | 0.16 | 320 | 0.53 | 0.65 |
| Hex | D5 | 75 | B5 | 0 | 2D | F | 10 | 140 | 35 | 41 |
| Octal | 325 | 165 | 265 | 0 | 55 | 17 | 20 | 500 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10110101 | 0 | 101101 | 1111 | 10000 | 101000000 | 110101 | 1000001 |
Color Harmonies of #D575B5
Complementary color
Monochromatic Colors of #D575B5
Black with #D575B5
Text Example
Text Example
White with #D575B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575B5; }
p { color: rgb(213,117,181); }
H1.HeaderClassName
{
color: #D575B5;
}
.AnyTagClassName
{
color: #D575B5;
}
</style>
background-color css
<style>
a { background-color: #D575B5; }
a { background-color: rgb(213,117,181); }
div.DivClassName
{
background-color: #D575B5;
}
.BgClassName
{
background-color: #D575B5;
}
</style>
border-color css
<style>
span { border-color: #D575B5; }
span { border-color: rgb(213,117,181); }
td.TdClassName
{
border-color: #D575B5;
}
.TagClassName
{
border-color: #D575B5;
}
</style>