Shades of Plum #DA99CB
Tints of Plum #DA99CB
RGB
CMYK
RGB Variations
Color information
#DA99CB (or 0xDA99CB) is known color: Plum. HEX triplet: DA, 99 and CB. RGB value is (218,153,203). Sum of RGB (Red+Green+Blue) = 218+153+203=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99CB is #256634. Grayscale: #B2B2B2. Windows color (decimal): -2450997 or 13343194. OLE color: 13343194.
HSL color Cylindrical-coordinate representation of color #DA99CB: hue angle of 313.85º 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 #DA99CB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 203 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.15 |
| HSL | 313.85º | 0.47% | 0.73% | - |
| HSV(B) | 313.85º | 0.3% | 0.85% | - |
| XYZ | 51.08 | 42 | 61.91 | - |
| YUV | 178.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 203 | 0 | 0.30 | 0.07 | 0.15 | 313.85 | 0.47 | 0.73 |
| Hex | DA | 99 | CB | 0 | 1E | 7 | F | 13A | 2F | 49 |
| Octal | 332 | 231 | 313 | 0 | 36 | 7 | 17 | 472 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11001011 | 0 | 11110 | 111 | 1111 | 100111010 | 101111 | 1001001 |
Color Harmonies of #DA99CB
Complementary color
Monochromatic Colors of #DA99CB
Black with #DA99CB
Text Example
Text Example
White with #DA99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99CB; }
p { color: rgb(218,153,203); }
H1.HeaderClassName
{
color: #DA99CB;
}
.AnyTagClassName
{
color: #DA99CB;
}
</style>
background-color css
<style>
a { background-color: #DA99CB; }
a { background-color: rgb(218,153,203); }
div.DivClassName
{
background-color: #DA99CB;
}
.BgClassName
{
background-color: #DA99CB;
}
</style>
border-color css
<style>
span { border-color: #DA99CB; }
span { border-color: rgb(218,153,203); }
td.TdClassName
{
border-color: #DA99CB;
}
.TagClassName
{
border-color: #DA99CB;
}
</style>