Shades of Plum #DA8CCD
Tints of Plum #DA8CCD
RGB
CMYK
RGB Variations
Color information
#DA8CCD (or 0xDA8CCD) is known color: Plum. HEX triplet: DA, 8C and CD. RGB value is (218,140,205). Sum of RGB (Red+Green+Blue) = 218+140+205=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCD is #257332. Grayscale: #AAAAAA. Windows color (decimal): -2454323 or 13470938. OLE color: 13470938.
HSL color Cylindrical-coordinate representation of color #DA8CCD: hue angle of 310º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CCD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 140 | 205 | - |
CMYK | 0 | 0.36 | 0.06 | 0.15 |
HSL | 310º | 0.51% | 0.7% | - |
HSV(B) | 310º | 0.36% | 0.85% | - |
XYZ | 49.31 | 38.07 | 62.51 | - |
YUV | 170.73 | 147.34 | 161.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 140 | 205 | 0 | 0.36 | 0.06 | 0.15 | 310 | 0.51 | 0.7 |
Hex | DA | 8C | CD | 0 | 24 | 6 | F | 136 | 33 | 46 |
Octal | 332 | 214 | 315 | 0 | 44 | 6 | 17 | 466 | 63 | 106 |
Binary | 11011010 | 10001100 | 11001101 | 0 | 100100 | 110 | 1111 | 100110110 | 110011 | 1000110 |
Color Harmonies of #DA8CCD
Complementary color
Monochromatic Colors of #DA8CCD
Black with #DA8CCD
Text Example
Text Example
White with #DA8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CCD; }
p { color: rgb(218,140,205); }
H1.HeaderClassName
{
color: #DA8CCD;
}
.AnyTagClassName
{
color: #DA8CCD;
}
</style>
background-color css
<style>
a { background-color: #DA8CCD; }
a { background-color: rgb(218,140,205); }
div.DivClassName
{
background-color: #DA8CCD;
}
.BgClassName
{
background-color: #DA8CCD;
}
</style>
border-color css
<style>
span { border-color: #DA8CCD; }
span { border-color: rgb(218,140,205); }
td.TdClassName
{
border-color: #DA8CCD;
}
.TagClassName
{
border-color: #DA8CCD;
}
</style>