Shades of Plum #DC99EA
Tints of Plum #DC99EA
RGB
CMYK
RGB Variations
Color information
#DC99EA (or 0xDC99EA) is known color: Plum. HEX triplet: DC, 99 and EA. RGB value is (220,153,234). Sum of RGB (Red+Green+Blue) = 220+153+234=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99EA is #236615. Grayscale: #B6B6B6. Windows color (decimal): -2319894 or 15374812. OLE color: 15374812.
HSL color Cylindrical-coordinate representation of color #DC99EA: hue angle of 289.63º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC99EA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 153 | 234 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.08 |
| HSL | 289.63º | 0.66% | 0.76% | - |
| HSV(B) | 289.63º | 0.35% | 0.92% | - |
| XYZ | 55.76 | 43.94 | 83.38 | - |
| YUV | 182.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 234 | 0.06 | 0.35 | 0 | 0.08 | 289.63 | 0.66 | 0.76 |
| Hex | DC | 99 | EA | 6 | 23 | 0 | 8 | 122 | 42 | 4C |
| Octal | 334 | 231 | 352 | 6 | 43 | 0 | 10 | 442 | 102 | 114 |
| Binary | 11011100 | 10011001 | 11101010 | 110 | 100011 | 0 | 1000 | 100100010 | 1000010 | 1001100 |
Color Harmonies of #DC99EA
Complementary color
Monochromatic Colors of #DC99EA
Black with #DC99EA
Text Example
Text Example
White with #DC99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99EA; }
p { color: rgb(220,153,234); }
H1.HeaderClassName
{
color: #DC99EA;
}
.AnyTagClassName
{
color: #DC99EA;
}
</style>
background-color css
<style>
a { background-color: #DC99EA; }
a { background-color: rgb(220,153,234); }
div.DivClassName
{
background-color: #DC99EA;
}
.BgClassName
{
background-color: #DC99EA;
}
</style>
border-color css
<style>
span { border-color: #DC99EA; }
span { border-color: rgb(220,153,234); }
td.TdClassName
{
border-color: #DC99EA;
}
.TagClassName
{
border-color: #DC99EA;
}
</style>