Shades of Persian Rose #DA28AB
Tints of Persian Rose #DA28AB
RGB
CMYK
RGB Variations
Color information
#DA28AB (or 0xDA28AB) is known color: Persian Rose. HEX triplet: DA, 28 and AB. RGB value is (218,40,171). Sum of RGB (Red+Green+Blue) = 218+40+171=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28AB is #25D754. Grayscale: #6B6B6B. Windows color (decimal): -2479957 or 11217114. OLE color: 11217114.
HSL color Cylindrical-coordinate representation of color #DA28AB: hue angle of 315.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28AB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.15 |
| HSL | 315.84º | 0.71% | 0.51% | - |
| HSV(B) | 315.84º | 0.82% | 0.85% | - |
| XYZ | 37.02 | 19.36 | 40.31 | - |
| YUV | 108.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 171 | 0 | 0.82 | 0.22 | 0.15 | 315.84 | 0.71 | 0.51 |
| Hex | DA | 28 | AB | 0 | 52 | 16 | F | 13C | 47 | 33 |
| Octal | 332 | 50 | 253 | 0 | 122 | 26 | 17 | 474 | 107 | 63 |
| Binary | 11011010 | 101000 | 10101011 | 0 | 1010010 | 10110 | 1111 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DA28AB
Complementary color
Monochromatic Colors of #DA28AB
Black with #DA28AB
Text Example
Text Example
White with #DA28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28AB; }
p { color: rgb(218,40,171); }
H1.HeaderClassName
{
color: #DA28AB;
}
.AnyTagClassName
{
color: #DA28AB;
}
</style>
background-color css
<style>
a { background-color: #DA28AB; }
a { background-color: rgb(218,40,171); }
div.DivClassName
{
background-color: #DA28AB;
}
.BgClassName
{
background-color: #DA28AB;
}
</style>
border-color css
<style>
span { border-color: #DA28AB; }
span { border-color: rgb(218,40,171); }
td.TdClassName
{
border-color: #DA28AB;
}
.TagClassName
{
border-color: #DA28AB;
}
</style>