Shades of Persian Pink #DA74B5
Tints of Persian Pink #DA74B5
RGB
CMYK
RGB Variations
Color information
#DA74B5 (or 0xDA74B5) is known color: Persian Pink. HEX triplet: DA, 74 and B5. RGB value is (218,116,181). Sum of RGB (Red+Green+Blue) = 218+116+181=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B5 is #258B4A. Grayscale: #999999. Windows color (decimal): -2460491 or 11891930. OLE color: 11891930.
HSL color Cylindrical-coordinate representation of color #DA74B5: hue angle of 321.76º 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 #DA74B5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 181 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.15 |
| HSL | 321.76º | 0.58% | 0.65% | - |
| HSV(B) | 321.76º | 0.47% | 0.85% | - |
| XYZ | 43.5 | 30.73 | 47.36 | - |
| YUV | 153.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 181 | 0 | 0.47 | 0.17 | 0.15 | 321.76 | 0.58 | 0.65 |
| Hex | DA | 74 | B5 | 0 | 2F | 11 | F | 142 | 3A | 41 |
| Octal | 332 | 164 | 265 | 0 | 57 | 21 | 17 | 502 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10110101 | 0 | 101111 | 10001 | 1111 | 101000010 | 111010 | 1000001 |
Color Harmonies of #DA74B5
Complementary color
Monochromatic Colors of #DA74B5
Black with #DA74B5
Text Example
Text Example
White with #DA74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74B5; }
p { color: rgb(218,116,181); }
H1.HeaderClassName
{
color: #DA74B5;
}
.AnyTagClassName
{
color: #DA74B5;
}
</style>
background-color css
<style>
a { background-color: #DA74B5; }
a { background-color: rgb(218,116,181); }
div.DivClassName
{
background-color: #DA74B5;
}
.BgClassName
{
background-color: #DA74B5;
}
</style>
border-color css
<style>
span { border-color: #DA74B5; }
span { border-color: rgb(218,116,181); }
td.TdClassName
{
border-color: #DA74B5;
}
.TagClassName
{
border-color: #DA74B5;
}
</style>