Shades of Plum #DA90CB
Tints of Plum #DA90CB
RGB
CMYK
RGB Variations
Color information
#DA90CB (or 0xDA90CB) is known color: Plum. HEX triplet: DA, 90 and CB. RGB value is (218,144,203). Sum of RGB (Red+Green+Blue) = 218+144+203=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CB is #256F34. Grayscale: #ACACAC. Windows color (decimal): -2453301 or 13340890. OLE color: 13340890.
HSL color Cylindrical-coordinate representation of color #DA90CB: hue angle of 312.16º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90CB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 203 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.15 |
| HSL | 312.16º | 0.5% | 0.71% | - |
| HSV(B) | 312.16º | 0.34% | 0.85% | - |
| XYZ | 49.67 | 39.16 | 61.44 | - |
| YUV | 172.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 203 | 0 | 0.34 | 0.07 | 0.15 | 312.16 | 0.5 | 0.71 |
| Hex | DA | 90 | CB | 0 | 22 | 7 | F | 138 | 32 | 47 |
| Octal | 332 | 220 | 313 | 0 | 42 | 7 | 17 | 470 | 62 | 107 |
| Binary | 11011010 | 10010000 | 11001011 | 0 | 100010 | 111 | 1111 | 100111000 | 110010 | 1000111 |
Color Harmonies of #DA90CB
Complementary color
Monochromatic Colors of #DA90CB
Black with #DA90CB
Text Example
Text Example
White with #DA90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90CB; }
p { color: rgb(218,144,203); }
H1.HeaderClassName
{
color: #DA90CB;
}
.AnyTagClassName
{
color: #DA90CB;
}
</style>
background-color css
<style>
a { background-color: #DA90CB; }
a { background-color: rgb(218,144,203); }
div.DivClassName
{
background-color: #DA90CB;
}
.BgClassName
{
background-color: #DA90CB;
}
</style>
border-color css
<style>
span { border-color: #DA90CB; }
span { border-color: rgb(218,144,203); }
td.TdClassName
{
border-color: #DA90CB;
}
.TagClassName
{
border-color: #DA90CB;
}
</style>