Shades of Plum #DA9BCE
Tints of Plum #DA9BCE
RGB
CMYK
RGB Variations
Color information
#DA9BCE (or 0xDA9BCE) is known color: Plum. HEX triplet: DA, 9B and CE. RGB value is (218,155,206). Sum of RGB (Red+Green+Blue) = 218+155+206=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCE is #256431. Grayscale: #B3B3B3. Windows color (decimal): -2450482 or 13540314. OLE color: 13540314.
HSL color Cylindrical-coordinate representation of color #DA9BCE: hue angle of 311.43º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BCE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 206 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 311.43º | 0.46% | 0.73% | - |
| HSV(B) | 311.43º | 0.29% | 0.85% | - |
| XYZ | 51.78 | 42.8 | 63.93 | - |
| YUV | 179.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 206 | 0 | 0.29 | 0.06 | 0.15 | 311.43 | 0.46 | 0.73 |
| Hex | DA | 9B | CE | 0 | 1D | 6 | F | 137 | 2E | 49 |
| Octal | 332 | 233 | 316 | 0 | 35 | 6 | 17 | 467 | 56 | 111 |
| Binary | 11011010 | 10011011 | 11001110 | 0 | 11101 | 110 | 1111 | 100110111 | 101110 | 1001001 |
Color Harmonies of #DA9BCE
Complementary color
Monochromatic Colors of #DA9BCE
Black with #DA9BCE
Text Example
Text Example
White with #DA9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BCE; }
p { color: rgb(218,155,206); }
H1.HeaderClassName
{
color: #DA9BCE;
}
.AnyTagClassName
{
color: #DA9BCE;
}
</style>
background-color css
<style>
a { background-color: #DA9BCE; }
a { background-color: rgb(218,155,206); }
div.DivClassName
{
background-color: #DA9BCE;
}
.BgClassName
{
background-color: #DA9BCE;
}
</style>
border-color css
<style>
span { border-color: #DA9BCE; }
span { border-color: rgb(218,155,206); }
td.TdClassName
{
border-color: #DA9BCE;
}
.TagClassName
{
border-color: #DA9BCE;
}
</style>