Shades of Persian Pink #DF75BE
Tints of Persian Pink #DF75BE
RGB
CMYK
RGB Variations
Color information
#DF75BE (or 0xDF75BE) is known color: Persian Pink. HEX triplet: DF, 75 and BE. RGB value is (223,117,190). Sum of RGB (Red+Green+Blue) = 223+117+190=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BE is #208A41. Grayscale: #9C9C9C. Windows color (decimal): -2132546 or 12482015. OLE color: 12482015.
HSL color Cylindrical-coordinate representation of color #DF75BE: hue angle of 318.68º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75BE is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 190 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 318.68º | 0.62% | 0.67% | - |
| HSV(B) | 318.68º | 0.48% | 0.87% | - |
| XYZ | 46.09 | 32.13 | 52.49 | - |
| YUV | 157.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 190 | 0 | 0.48 | 0.15 | 0.13 | 318.68 | 0.62 | 0.67 |
| Hex | DF | 75 | BE | 0 | 30 | F | D | 13F | 3E | 43 |
| Octal | 337 | 165 | 276 | 0 | 60 | 17 | 15 | 477 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10111110 | 0 | 110000 | 1111 | 1101 | 100111111 | 111110 | 1000011 |
Color Harmonies of #DF75BE
Complementary color
Monochromatic Colors of #DF75BE
Black with #DF75BE
Text Example
Text Example
White with #DF75BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75BE; }
p { color: rgb(223,117,190); }
H1.HeaderClassName
{
color: #DF75BE;
}
.AnyTagClassName
{
color: #DF75BE;
}
</style>
background-color css
<style>
a { background-color: #DF75BE; }
a { background-color: rgb(223,117,190); }
div.DivClassName
{
background-color: #DF75BE;
}
.BgClassName
{
background-color: #DF75BE;
}
</style>
border-color css
<style>
span { border-color: #DF75BE; }
span { border-color: rgb(223,117,190); }
td.TdClassName
{
border-color: #DF75BE;
}
.TagClassName
{
border-color: #DF75BE;
}
</style>