Shades of Persian Pink #D575B6
Tints of Persian Pink #D575B6
RGB
CMYK
RGB Variations
Color information
#D575B6 (or 0xD575B6) is known color: Persian Pink. HEX triplet: D5, 75 and B6. RGB value is (213,117,182). Sum of RGB (Red+Green+Blue) = 213+117+182=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575B6 is #2A8A49. Grayscale: #989898. Windows color (decimal): -2787914 or 11957717. OLE color: 11957717.
HSL color Cylindrical-coordinate representation of color #D575B6: hue angle of 319.38º 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 #D575B6 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 182 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.16 |
| HSL | 319.38º | 0.53% | 0.65% | - |
| HSV(B) | 319.38º | 0.45% | 0.84% | - |
| XYZ | 42.25 | 30.25 | 47.87 | - |
| YUV | 153.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 182 | 0 | 0.45 | 0.15 | 0.16 | 319.38 | 0.53 | 0.65 |
| Hex | D5 | 75 | B6 | 0 | 2D | F | 10 | 13F | 35 | 41 |
| Octal | 325 | 165 | 266 | 0 | 55 | 17 | 20 | 477 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10110110 | 0 | 101101 | 1111 | 10000 | 100111111 | 110101 | 1000001 |
Color Harmonies of #D575B6
Complementary color
Monochromatic Colors of #D575B6
Black with #D575B6
Text Example
Text Example
White with #D575B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575B6; }
p { color: rgb(213,117,182); }
H1.HeaderClassName
{
color: #D575B6;
}
.AnyTagClassName
{
color: #D575B6;
}
</style>
background-color css
<style>
a { background-color: #D575B6; }
a { background-color: rgb(213,117,182); }
div.DivClassName
{
background-color: #D575B6;
}
.BgClassName
{
background-color: #D575B6;
}
</style>
border-color css
<style>
span { border-color: #D575B6; }
span { border-color: rgb(213,117,182); }
td.TdClassName
{
border-color: #D575B6;
}
.TagClassName
{
border-color: #D575B6;
}
</style>