#D990DC

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

Shades of Plum #D990DC

Tints of Plum #D990DC

Color information

#D990DC (or 0xD990DC) is unknown color: approx Plum. HEX triplet: D9, 90 and DC. RGB value is (217,144,220). Sum of RGB (Red+Green+Blue) = 217+144+220=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D990DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990DC is #266F23. Grayscale: #AEAEAE. Windows color (decimal): -2518820 or 14455001. OLE color: 14455001.

HSL color Cylindrical-coordinate representation of color #D990DC: hue angle of 297.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 #D990DC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217144220-
CMYK0.010.3500.14
HSL297.63º52.05%71.37%-
HSV(B)297.63º34.55%86.27%-
XYZ51.5139.8772.69-
YUV174.49153.68158.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=37.35%
G=24.78%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171442200.010.3500.14297.6352.0571.37
HexD990DC1230E12a3447
Octal33122033414301645264107
Binary1101100110010000110111001100011011101001010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990DC; }

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

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

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

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

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

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

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

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