Shades of Persian Rose #DA39B1
Tints of Persian Rose #DA39B1
RGB
CMYK
RGB Variations
Color information
#DA39B1 (or 0xDA39B1) is known color: Persian Rose. HEX triplet: DA, 39 and B1. RGB value is (218,57,177). Sum of RGB (Red+Green+Blue) = 218+57+177=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA39B1 is #25C64E. Grayscale: #767676. Windows color (decimal): -2475599 or 11614682. OLE color: 11614682.
HSL color Cylindrical-coordinate representation of color #DA39B1: hue angle of 315.28º 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 #DA39B1 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 177 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.15 |
| HSL | 315.28º | 0.69% | 0.54% | - |
| HSV(B) | 315.28º | 0.74% | 0.85% | - |
| XYZ | 38.31 | 21.01 | 43.63 | - |
| YUV | 118.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 177 | 0 | 0.74 | 0.19 | 0.15 | 315.28 | 0.69 | 0.54 |
| Hex | DA | 39 | B1 | 0 | 4A | 13 | F | 13B | 45 | 36 |
| Octal | 332 | 71 | 261 | 0 | 112 | 23 | 17 | 473 | 105 | 66 |
| Binary | 11011010 | 111001 | 10110001 | 0 | 1001010 | 10011 | 1111 | 100111011 | 1000101 | 110110 |
Color Harmonies of #DA39B1
Complementary color
Monochromatic Colors of #DA39B1
Black with #DA39B1
Text Example
Text Example
White with #DA39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39B1; }
p { color: rgb(218,57,177); }
H1.HeaderClassName
{
color: #DA39B1;
}
.AnyTagClassName
{
color: #DA39B1;
}
</style>
background-color css
<style>
a { background-color: #DA39B1; }
a { background-color: rgb(218,57,177); }
div.DivClassName
{
background-color: #DA39B1;
}
.BgClassName
{
background-color: #DA39B1;
}
</style>
border-color css
<style>
span { border-color: #DA39B1; }
span { border-color: rgb(218,57,177); }
td.TdClassName
{
border-color: #DA39B1;
}
.TagClassName
{
border-color: #DA39B1;
}
</style>