Shades of Persian Pink #DA74B6
Tints of Persian Pink #DA74B6
RGB
CMYK
RGB Variations
Color information
#DA74B6 (or 0xDA74B6) is known color: Persian Pink. HEX triplet: DA, 74 and B6. RGB value is (218,116,182). Sum of RGB (Red+Green+Blue) = 218+116+182=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B6 is #258B49. Grayscale: #999999. Windows color (decimal): -2460490 or 11957466. OLE color: 11957466.
HSL color Cylindrical-coordinate representation of color #DA74B6: hue angle of 321.18º 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 #DA74B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 182 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.15 |
| HSL | 321.18º | 0.58% | 0.65% | - |
| HSV(B) | 321.18º | 0.47% | 0.85% | - |
| XYZ | 43.6 | 30.77 | 47.9 | - |
| YUV | 154.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 182 | 0 | 0.47 | 0.17 | 0.15 | 321.18 | 0.58 | 0.65 |
| Hex | DA | 74 | B6 | 0 | 2F | 11 | F | 141 | 3A | 41 |
| Octal | 332 | 164 | 266 | 0 | 57 | 21 | 17 | 501 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10110110 | 0 | 101111 | 10001 | 1111 | 101000001 | 111010 | 1000001 |
Color Harmonies of #DA74B6
Complementary color
Monochromatic Colors of #DA74B6
Black with #DA74B6
Text Example
Text Example
White with #DA74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74B6; }
p { color: rgb(218,116,182); }
H1.HeaderClassName
{
color: #DA74B6;
}
.AnyTagClassName
{
color: #DA74B6;
}
</style>
background-color css
<style>
a { background-color: #DA74B6; }
a { background-color: rgb(218,116,182); }
div.DivClassName
{
background-color: #DA74B6;
}
.BgClassName
{
background-color: #DA74B6;
}
</style>
border-color css
<style>
span { border-color: #DA74B6; }
span { border-color: rgb(218,116,182); }
td.TdClassName
{
border-color: #DA74B6;
}
.TagClassName
{
border-color: #DA74B6;
}
</style>