Shades of Plum #DA93CB
Tints of Plum #DA93CB
RGB
CMYK
RGB Variations
Color information
#DA93CB (or 0xDA93CB) is known color: Plum. HEX triplet: DA, 93 and CB. RGB value is (218,147,203). Sum of RGB (Red+Green+Blue) = 218+147+203=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CB is #256C34. Grayscale: #AEAEAE. Windows color (decimal): -2452533 or 13341658. OLE color: 13341658.
HSL color Cylindrical-coordinate representation of color #DA93CB: hue angle of 312.68º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93CB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 203 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.15 |
| HSL | 312.68º | 0.49% | 0.72% | - |
| HSV(B) | 312.68º | 0.33% | 0.85% | - |
| XYZ | 50.13 | 40.08 | 61.6 | - |
| YUV | 174.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 203 | 0 | 0.33 | 0.07 | 0.15 | 312.68 | 0.49 | 0.72 |
| Hex | DA | 93 | CB | 0 | 21 | 7 | F | 139 | 31 | 48 |
| Octal | 332 | 223 | 313 | 0 | 41 | 7 | 17 | 471 | 61 | 110 |
| Binary | 11011010 | 10010011 | 11001011 | 0 | 100001 | 111 | 1111 | 100111001 | 110001 | 1001000 |
Color Harmonies of #DA93CB
Complementary color
Monochromatic Colors of #DA93CB
Black with #DA93CB
Text Example
Text Example
White with #DA93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93CB; }
p { color: rgb(218,147,203); }
H1.HeaderClassName
{
color: #DA93CB;
}
.AnyTagClassName
{
color: #DA93CB;
}
</style>
background-color css
<style>
a { background-color: #DA93CB; }
a { background-color: rgb(218,147,203); }
div.DivClassName
{
background-color: #DA93CB;
}
.BgClassName
{
background-color: #DA93CB;
}
</style>
border-color css
<style>
span { border-color: #DA93CB; }
span { border-color: rgb(218,147,203); }
td.TdClassName
{
border-color: #DA93CB;
}
.TagClassName
{
border-color: #DA93CB;
}
</style>