Shades of Plum #DA92DD
Tints of Plum #DA92DD
RGB
CMYK
RGB Variations
Color information
#DA92DD (or 0xDA92DD) is known color: Plum. HEX triplet: DA, 92 and DD. RGB value is (218,146,221). Sum of RGB (Red+Green+Blue) = 218+146+221=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92DD is #256D22. Grayscale: #AFAFAF. Windows color (decimal): -2452771 or 14521050. OLE color: 14521050.
HSL color Cylindrical-coordinate representation of color #DA92DD: hue angle of 297.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA92DD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 146 | 221 | - |
CMYK | 0.01 | 0.34 | 0 | 0.13 |
HSL | 297.6º | 0.52% | 0.72% | - |
HSV(B) | 297.6º | 0.34% | 0.87% | - |
XYZ | 52.24 | 40.68 | 73.51 | - |
YUV | 176.08 | 153.35 | 157.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 146 | 221 | 0.01 | 0.34 | 0 | 0.13 | 297.6 | 0.52 | 0.72 |
Hex | DA | 92 | DD | 1 | 22 | 0 | D | 12A | 34 | 48 |
Octal | 332 | 222 | 335 | 1 | 42 | 0 | 15 | 452 | 64 | 110 |
Binary | 11011010 | 10010010 | 11011101 | 1 | 100010 | 0 | 1101 | 100101010 | 110100 | 1001000 |
Color Harmonies of #DA92DD
Complementary color
Monochromatic Colors of #DA92DD
Black with #DA92DD
Text Example
Text Example
White with #DA92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92DD; }
p { color: rgb(218,146,221); }
H1.HeaderClassName
{
color: #DA92DD;
}
.AnyTagClassName
{
color: #DA92DD;
}
</style>
background-color css
<style>
a { background-color: #DA92DD; }
a { background-color: rgb(218,146,221); }
div.DivClassName
{
background-color: #DA92DD;
}
.BgClassName
{
background-color: #DA92DD;
}
</style>
border-color css
<style>
span { border-color: #DA92DD; }
span { border-color: rgb(218,146,221); }
td.TdClassName
{
border-color: #DA92DD;
}
.TagClassName
{
border-color: #DA92DD;
}
</style>