Shades of Persian Pink #DF75B4
Tints of Persian Pink #DF75B4
RGB
CMYK
RGB Variations
Color information
#DF75B4 (or 0xDF75B4) is known color: Persian Pink. HEX triplet: DF, 75 and B4. RGB value is (223,117,180). Sum of RGB (Red+Green+Blue) = 223+117+180=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B4 is #208A4B. Grayscale: #9B9B9B. Windows color (decimal): -2132556 or 11826655. OLE color: 11826655.
HSL color Cylindrical-coordinate representation of color #DF75B4: hue angle of 324.34º 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 #DF75B4 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 180 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.13 |
| HSL | 324.34º | 0.62% | 0.67% | - |
| HSV(B) | 324.34º | 0.48% | 0.87% | - |
| XYZ | 45.03 | 31.71 | 46.93 | - |
| YUV | 155.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 180 | 0 | 0.48 | 0.19 | 0.13 | 324.34 | 0.62 | 0.67 |
| Hex | DF | 75 | B4 | 0 | 30 | 13 | D | 144 | 3E | 43 |
| Octal | 337 | 165 | 264 | 0 | 60 | 23 | 15 | 504 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10110100 | 0 | 110000 | 10011 | 1101 | 101000100 | 111110 | 1000011 |
Color Harmonies of #DF75B4
Complementary color
Monochromatic Colors of #DF75B4
Black with #DF75B4
Text Example
Text Example
White with #DF75B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75B4; }
p { color: rgb(223,117,180); }
H1.HeaderClassName
{
color: #DF75B4;
}
.AnyTagClassName
{
color: #DF75B4;
}
</style>
background-color css
<style>
a { background-color: #DF75B4; }
a { background-color: rgb(223,117,180); }
div.DivClassName
{
background-color: #DF75B4;
}
.BgClassName
{
background-color: #DF75B4;
}
</style>
border-color css
<style>
span { border-color: #DF75B4; }
span { border-color: rgb(223,117,180); }
td.TdClassName
{
border-color: #DF75B4;
}
.TagClassName
{
border-color: #DF75B4;
}
</style>