#D695DA

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

Shades of Plum #D695DA

Tints of Plum #D695DA

Color information

#D695DA (or 0xD695DA) is unknown color: approx Plum. HEX triplet: D6, 95 and DA. RGB value is (214,149,218). Sum of RGB (Red+Green+Blue) = 214+149+218=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D695DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DA is #296A25. Grayscale: #B0B0B0. Windows color (decimal): -2714150 or 14325206. OLE color: 14325206.

HSL color Cylindrical-coordinate representation of color #D695DA: hue angle of 296.52º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D695DA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214149218-
CMYK0.020.3200.15
HSL296.52º48.25%71.96%-
HSV(B)296.52º31.65%85.49%-
XYZ51.1340.8571.52-
YUV176.3151.53154.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=36.83%
G=25.65%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141492180.020.3200.15296.5248.2571.96
HexD695DA2200F1293048
Octal32622533224001745160110
Binary11010110100101011101101010100000011111001010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695DA; }

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

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

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

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

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

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

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

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