Shades of Plum #DA99D4
Tints of Plum #DA99D4
RGB
CMYK
RGB Variations
Color information
#DA99D4 (or 0xDA99D4) is known color: Plum. HEX triplet: DA, 99 and D4. RGB value is (218,153,212). Sum of RGB (Red+Green+Blue) = 218+153+212=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D4 is #25662B. Grayscale: #B2B2B2. Windows color (decimal): -2450988 or 13933018. OLE color: 13933018.
HSL color Cylindrical-coordinate representation of color #DA99D4: hue angle of 305.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99D4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 212 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.15 |
| HSL | 305.54º | 0.47% | 0.73% | - |
| HSV(B) | 305.54º | 0.3% | 0.85% | - |
| XYZ | 52.19 | 42.44 | 67.73 | - |
| YUV | 179.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 212 | 0 | 0.30 | 0.03 | 0.15 | 305.54 | 0.47 | 0.73 |
| Hex | DA | 99 | D4 | 0 | 1E | 3 | F | 132 | 2F | 49 |
| Octal | 332 | 231 | 324 | 0 | 36 | 3 | 17 | 462 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11010100 | 0 | 11110 | 11 | 1111 | 100110010 | 101111 | 1001001 |
Color Harmonies of #DA99D4
Complementary color
Monochromatic Colors of #DA99D4
Black with #DA99D4
Text Example
Text Example
White with #DA99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99D4; }
p { color: rgb(218,153,212); }
H1.HeaderClassName
{
color: #DA99D4;
}
.AnyTagClassName
{
color: #DA99D4;
}
</style>
background-color css
<style>
a { background-color: #DA99D4; }
a { background-color: rgb(218,153,212); }
div.DivClassName
{
background-color: #DA99D4;
}
.BgClassName
{
background-color: #DA99D4;
}
</style>
border-color css
<style>
span { border-color: #DA99D4; }
span { border-color: rgb(218,153,212); }
td.TdClassName
{
border-color: #DA99D4;
}
.TagClassName
{
border-color: #DA99D4;
}
</style>