#D990CD

Color #D990CD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D990CD

Tints of Plum #D990CD

Color information

#D990CD (or 0xD990CD) is unknown color: approx Plum. HEX triplet: D9, 90 and CD. RGB value is (217,144,205). Sum of RGB (Red+Green+Blue) = 217+144+205=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CD is #266F32. Grayscale: #ACACAC. Windows color (decimal): -2518835 or 13471961. OLE color: 13471961.

HSL color Cylindrical-coordinate representation of color #D990CD: hue angle of 309.86º degrees, saturation: 0.49, 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 #D990CD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217144205-
CMYK00.340.060.15
HSL309.86º48.99%70.78%-
HSV(B)309.86º33.64%85.1%-
XYZ49.6139.1162.69-
YUV172.78146.18159.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=38.34%
G=25.44%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714420500.340.060.15309.8648.9970.78
HexD990CD0226F1363147
Octal33122031504261746661107
Binary110110011001000011001101010001011011111001101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990CD; }

 p { color: rgb(217,144,205); }

 H1.HeaderClassName
 {
   color: #D990CD;
 }
 .AnyTagClassName
 {
   color: #D990CD;
 }
</style>
background-color css

<style>
 a { background-color: #D990CD; }

 a { background-color: rgb(217,144,205); }

 div.DivClassName
 {
   background-color: #D990CD;
 }
 .BgClassName
 {
   background-color: #D990CD;
 }
</style>
border-color css

<style>
 span { border-color: #D990CD; }

 span { border-color: rgb(217,144,205); }

 td.TdClassName
 {
   border-color: #D990CD;
 }
 .TagClassName
 {
   border-color: #D990CD;
 }
</style>