Shades of Plum #DA95DA
Tints of Plum #DA95DA
RGB
CMYK
RGB Variations
Color information
#DA95DA (or 0xDA95DA) is known color: Plum. HEX triplet: DA, 95 and DA. RGB value is (218,149,218). Sum of RGB (Red+Green+Blue) = 218+149+218=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DA is #256A25. Grayscale: #B1B1B1. Windows color (decimal): -2452006 or 14325210. OLE color: 14325210.
HSL color Cylindrical-coordinate representation of color #DA95DA: hue angle of 300º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA95DA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 149 | 218 | - |
CMYK | 0 | 0.32 | 0 | 0.15 |
HSL | 300º | 0.48% | 0.72% | - |
HSV(B) | 300º | 0.32% | 0.85% | - |
XYZ | 52.32 | 41.46 | 71.58 | - |
YUV | 177.5 | 150.86 | 156.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 149 | 218 | 0 | 0.32 | 0 | 0.15 | 300 | 0.48 | 0.72 |
Hex | DA | 95 | DA | 0 | 20 | 0 | F | 12C | 30 | 48 |
Octal | 332 | 225 | 332 | 0 | 40 | 0 | 17 | 454 | 60 | 110 |
Binary | 11011010 | 10010101 | 11011010 | 0 | 100000 | 0 | 1111 | 100101100 | 110000 | 1001000 |
Color Harmonies of #DA95DA
Complementary color
Monochromatic Colors of #DA95DA
Black with #DA95DA
Text Example
Text Example
White with #DA95DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95DA; }
p { color: rgb(218,149,218); }
H1.HeaderClassName
{
color: #DA95DA;
}
.AnyTagClassName
{
color: #DA95DA;
}
</style>
background-color css
<style>
a { background-color: #DA95DA; }
a { background-color: rgb(218,149,218); }
div.DivClassName
{
background-color: #DA95DA;
}
.BgClassName
{
background-color: #DA95DA;
}
</style>
border-color css
<style>
span { border-color: #DA95DA; }
span { border-color: rgb(218,149,218); }
td.TdClassName
{
border-color: #DA95DA;
}
.TagClassName
{
border-color: #DA95DA;
}
</style>