Shades of Plum #DA95E6
Tints of Plum #DA95E6
RGB
CMYK
RGB Variations
Color information
#DA95E6 (or 0xDA95E6) is known color: Plum. HEX triplet: DA, 95 and E6. RGB value is (218,149,230). Sum of RGB (Red+Green+Blue) = 218+149+230=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95E6 is #256A19. Grayscale: #B2B2B2. Windows color (decimal): -2451994 or 15111642. OLE color: 15111642.
HSL color Cylindrical-coordinate representation of color #DA95E6: hue angle of 291.11º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA95E6 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 149 | 230 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.10 |
| HSL | 291.11º | 0.62% | 0.74% | - |
| HSV(B) | 291.11º | 0.35% | 0.9% | - |
| XYZ | 53.94 | 42.11 | 80.15 | - |
| YUV | 178.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 230 | 0.05 | 0.35 | 0 | 0.10 | 291.11 | 0.62 | 0.74 |
| Hex | DA | 95 | E6 | 5 | 23 | 0 | A | 123 | 3E | 4A |
| Octal | 332 | 225 | 346 | 5 | 43 | 0 | 12 | 443 | 76 | 112 |
| Binary | 11011010 | 10010101 | 11100110 | 101 | 100011 | 0 | 1010 | 100100011 | 111110 | 1001010 |
Color Harmonies of #DA95E6
Complementary color
Monochromatic Colors of #DA95E6
Black with #DA95E6
Text Example
Text Example
White with #DA95E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95E6; }
p { color: rgb(218,149,230); }
H1.HeaderClassName
{
color: #DA95E6;
}
.AnyTagClassName
{
color: #DA95E6;
}
</style>
background-color css
<style>
a { background-color: #DA95E6; }
a { background-color: rgb(218,149,230); }
div.DivClassName
{
background-color: #DA95E6;
}
.BgClassName
{
background-color: #DA95E6;
}
</style>
border-color css
<style>
span { border-color: #DA95E6; }
span { border-color: rgb(218,149,230); }
td.TdClassName
{
border-color: #DA95E6;
}
.TagClassName
{
border-color: #DA95E6;
}
</style>