Shades of Plum #DB99D4
Tints of Plum #DB99D4
RGB
CMYK
RGB Variations
Color information
#DB99D4 (or 0xDB99D4) is known color: Plum. HEX triplet: DB, 99 and D4. RGB value is (219,153,212). Sum of RGB (Red+Green+Blue) = 219+153+212=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D4 is #24662B. Grayscale: #B3B3B3. Windows color (decimal): -2385452 or 13933019. OLE color: 13933019.
HSL color Cylindrical-coordinate representation of color #DB99D4: hue angle of 306.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99D4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 153 | 212 | - |
CMYK | 0 | 0.30 | 0.03 | 0.14 |
HSL | 306.36º | 0.48% | 0.73% | - |
HSV(B) | 306.36º | 0.3% | 0.86% | - |
XYZ | 52.49 | 42.6 | 67.74 | - |
YUV | 179.46 | 146.37 | 156.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 153 | 212 | 0 | 0.30 | 0.03 | 0.14 | 306.36 | 0.48 | 0.73 |
Hex | DB | 99 | D4 | 0 | 1E | 3 | E | 132 | 30 | 49 |
Octal | 333 | 231 | 324 | 0 | 36 | 3 | 16 | 462 | 60 | 111 |
Binary | 11011011 | 10011001 | 11010100 | 0 | 11110 | 11 | 1110 | 100110010 | 110000 | 1001001 |
Color Harmonies of #DB99D4
Complementary color
Monochromatic Colors of #DB99D4
Black with #DB99D4
Text Example
Text Example
White with #DB99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D4; }
p { color: rgb(219,153,212); }
H1.HeaderClassName
{
color: #DB99D4;
}
.AnyTagClassName
{
color: #DB99D4;
}
</style>
background-color css
<style>
a { background-color: #DB99D4; }
a { background-color: rgb(219,153,212); }
div.DivClassName
{
background-color: #DB99D4;
}
.BgClassName
{
background-color: #DB99D4;
}
</style>
border-color css
<style>
span { border-color: #DB99D4; }
span { border-color: rgb(219,153,212); }
td.TdClassName
{
border-color: #DB99D4;
}
.TagClassName
{
border-color: #DB99D4;
}
</style>