Shades of Persian Rose #DA38AF
Tints of Persian Rose #DA38AF
RGB
CMYK
RGB Variations
Color information
#DA38AF (or 0xDA38AF) is known color: Persian Rose. HEX triplet: DA, 38 and AF. RGB value is (218,56,175). Sum of RGB (Red+Green+Blue) = 218+56+175=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38AF is #25C750. Grayscale: #757575. Windows color (decimal): -2475857 or 11483354. OLE color: 11483354.
HSL color Cylindrical-coordinate representation of color #DA38AF: hue angle of 315.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA38AF is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 175 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.15 |
| HSL | 315.93º | 0.69% | 0.54% | - |
| HSV(B) | 315.93º | 0.74% | 0.85% | - |
| XYZ | 38.07 | 20.83 | 42.57 | - |
| YUV | 118 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 175 | 0 | 0.74 | 0.20 | 0.15 | 315.93 | 0.69 | 0.54 |
| Hex | DA | 38 | AF | 0 | 4A | 14 | F | 13C | 45 | 36 |
| Octal | 332 | 70 | 257 | 0 | 112 | 24 | 17 | 474 | 105 | 66 |
| Binary | 11011010 | 111000 | 10101111 | 0 | 1001010 | 10100 | 1111 | 100111100 | 1000101 | 110110 |
Color Harmonies of #DA38AF
Complementary color
Monochromatic Colors of #DA38AF
Black with #DA38AF
Text Example
Text Example
White with #DA38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA38AF; }
p { color: rgb(218,56,175); }
H1.HeaderClassName
{
color: #DA38AF;
}
.AnyTagClassName
{
color: #DA38AF;
}
</style>
background-color css
<style>
a { background-color: #DA38AF; }
a { background-color: rgb(218,56,175); }
div.DivClassName
{
background-color: #DA38AF;
}
.BgClassName
{
background-color: #DA38AF;
}
</style>
border-color css
<style>
span { border-color: #DA38AF; }
span { border-color: rgb(218,56,175); }
td.TdClassName
{
border-color: #DA38AF;
}
.TagClassName
{
border-color: #DA38AF;
}
</style>