#D690D7

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

Shades of Plum #D690D7

Tints of Plum #D690D7

Color information

#D690D7 (or 0xD690D7) is unknown color: approx Plum. HEX triplet: D6, 90 and D7. RGB value is (214,144,215). Sum of RGB (Red+Green+Blue) = 214+144+215=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #D690D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690D7 is #296F28. Grayscale: #ACACAC. Windows color (decimal): -2715433 or 14127318. OLE color: 14127318.

HSL color Cylindrical-coordinate representation of color #D690D7: hue angle of 299.15º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690D7 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214144215-
CMYK0.000.3300.16
HSL299.15º47.02%70.39%-
HSV(B)299.15º33.02%84.31%-
XYZ49.9739.1569.21-
YUV173.02151.69157.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=37.35%
G=25.13%
B=37.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141442150.000.3300.16299.1547.0270.39
HexD690D702101012b2f46
Octal32622032704102045357106
Binary11010110100100001101011101000010100001001010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690D7; }

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

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

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

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

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

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

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

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