Shades of Persian Pink #DA74B9
Tints of Persian Pink #DA74B9
RGB
CMYK
RGB Variations
Color information
#DA74B9 (or 0xDA74B9) is known color: Persian Pink. HEX triplet: DA, 74 and B9. RGB value is (218,116,185). Sum of RGB (Red+Green+Blue) = 218+116+185=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B9 is #258B46. Grayscale: #9A9A9A. Windows color (decimal): -2460487 or 12154074. OLE color: 12154074.
HSL color Cylindrical-coordinate representation of color #DA74B9: hue angle of 319.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74B9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 185 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.15 |
| HSL | 319.41º | 0.58% | 0.65% | - |
| HSV(B) | 319.41º | 0.47% | 0.85% | - |
| XYZ | 43.92 | 30.9 | 49.55 | - |
| YUV | 154.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 185 | 0 | 0.47 | 0.15 | 0.15 | 319.41 | 0.58 | 0.65 |
| Hex | DA | 74 | B9 | 0 | 2F | F | F | 13F | 3A | 41 |
| Octal | 332 | 164 | 271 | 0 | 57 | 17 | 17 | 477 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10111001 | 0 | 101111 | 1111 | 1111 | 100111111 | 111010 | 1000001 |
Color Harmonies of #DA74B9
Complementary color
Monochromatic Colors of #DA74B9
Black with #DA74B9
Text Example
Text Example
White with #DA74B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74B9; }
p { color: rgb(218,116,185); }
H1.HeaderClassName
{
color: #DA74B9;
}
.AnyTagClassName
{
color: #DA74B9;
}
</style>
background-color css
<style>
a { background-color: #DA74B9; }
a { background-color: rgb(218,116,185); }
div.DivClassName
{
background-color: #DA74B9;
}
.BgClassName
{
background-color: #DA74B9;
}
</style>
border-color css
<style>
span { border-color: #DA74B9; }
span { border-color: rgb(218,116,185); }
td.TdClassName
{
border-color: #DA74B9;
}
.TagClassName
{
border-color: #DA74B9;
}
</style>