Shades of Plum #DB9AEA
Tints of Plum #DB9AEA
RGB
CMYK
RGB Variations
Color information
#DB9AEA (or 0xDB9AEA) is known color: Plum. HEX triplet: DB, 9A and EA. RGB value is (219,154,234). Sum of RGB (Red+Green+Blue) = 219+154+234=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AEA is #246515. Grayscale: #B6B6B6. Windows color (decimal): -2385174 or 15375067. OLE color: 15375067.
HSL color Cylindrical-coordinate representation of color #DB9AEA: hue angle of 288.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9AEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 154 | 234 | - |
CMYK | 0.06 | 0.34 | 0 | 0.08 |
HSL | 288.75º | 0.66% | 0.76% | - |
HSV(B) | 288.75º | 0.34% | 0.92% | - |
XYZ | 55.62 | 44.11 | 83.42 | - |
YUV | 182.56 | 157.03 | 154 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 154 | 234 | 0.06 | 0.34 | 0 | 0.08 | 288.75 | 0.66 | 0.76 |
Hex | DB | 9A | EA | 6 | 22 | 0 | 8 | 121 | 42 | 4C |
Octal | 333 | 232 | 352 | 6 | 42 | 0 | 10 | 441 | 102 | 114 |
Binary | 11011011 | 10011010 | 11101010 | 110 | 100010 | 0 | 1000 | 100100001 | 1000010 | 1001100 |
Color Harmonies of #DB9AEA
Complementary color
Monochromatic Colors of #DB9AEA
Black with #DB9AEA
Text Example
Text Example
White with #DB9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AEA; }
p { color: rgb(219,154,234); }
H1.HeaderClassName
{
color: #DB9AEA;
}
.AnyTagClassName
{
color: #DB9AEA;
}
</style>
background-color css
<style>
a { background-color: #DB9AEA; }
a { background-color: rgb(219,154,234); }
div.DivClassName
{
background-color: #DB9AEA;
}
.BgClassName
{
background-color: #DB9AEA;
}
</style>
border-color css
<style>
span { border-color: #DB9AEA; }
span { border-color: rgb(219,154,234); }
td.TdClassName
{
border-color: #DB9AEA;
}
.TagClassName
{
border-color: #DB9AEA;
}
</style>