#D690DA

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

Shades of Plum #D690DA

Tints of Plum #D690DA

Color information

#D690DA (or 0xD690DA) is unknown color: approx Plum. HEX triplet: D6, 90 and DA. RGB value is (214,144,218). Sum of RGB (Red+Green+Blue) = 214+144+218=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D690DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690DA is #296F25. Grayscale: #ADADAD. Windows color (decimal): -2715430 or 14323926. OLE color: 14323926.

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

Color convert

RGB214144218-
CMYK0.020.3400.15
HSL296.76º50%70.98%-
HSV(B)296.76º33.94%85.49%-
XYZ50.3639.371.26-
YUV173.37153.19156.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=37.15%
G=25%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141442180.020.3400.15296.765070.98
HexD690DA2220F1293247
Octal32622033224201745162107
Binary11010110100100001101101010100010011111001010011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690DA; }

 p { color: rgb(214,144,218); }

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

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

 a { background-color: rgb(214,144,218); }

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

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

 span { border-color: rgb(214,144,218); }

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