Shades of Plum #DC90CC
Tints of Plum #DC90CC
RGB
CMYK
RGB Variations
Color information
#DC90CC (or 0xDC90CC) is known color: Plum. HEX triplet: DC, 90 and CC. RGB value is (220,144,204). Sum of RGB (Red+Green+Blue) = 220+144+204=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90CC is #236F33. Grayscale: #ADADAD. Windows color (decimal): -2322228 or 13406428. OLE color: 13406428.
HSL color Cylindrical-coordinate representation of color #DC90CC: hue angle of 312.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90CC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 204 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 312.63º | 0.52% | 0.71% | - |
| HSV(B) | 312.63º | 0.35% | 0.86% | - |
| XYZ | 50.39 | 39.52 | 62.1 | - |
| YUV | 173.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 204 | 0 | 0.35 | 0.07 | 0.14 | 312.63 | 0.52 | 0.71 |
| Hex | DC | 90 | CC | 0 | 23 | 7 | E | 139 | 34 | 47 |
| Octal | 334 | 220 | 314 | 0 | 43 | 7 | 16 | 471 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11001100 | 0 | 100011 | 111 | 1110 | 100111001 | 110100 | 1000111 |
Color Harmonies of #DC90CC
Complementary color
Monochromatic Colors of #DC90CC
Black with #DC90CC
Text Example
Text Example
White with #DC90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90CC; }
p { color: rgb(220,144,204); }
H1.HeaderClassName
{
color: #DC90CC;
}
.AnyTagClassName
{
color: #DC90CC;
}
</style>
background-color css
<style>
a { background-color: #DC90CC; }
a { background-color: rgb(220,144,204); }
div.DivClassName
{
background-color: #DC90CC;
}
.BgClassName
{
background-color: #DC90CC;
}
</style>
border-color css
<style>
span { border-color: #DC90CC; }
span { border-color: rgb(220,144,204); }
td.TdClassName
{
border-color: #DC90CC;
}
.TagClassName
{
border-color: #DC90CC;
}
</style>