#D695DE

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

Shades of Plum #D695DE

Tints of Plum #D695DE

Color information

#D695DE (or 0xD695DE) is unknown color: approx Plum. HEX triplet: D6, 95 and DE. RGB value is (214,149,222). Sum of RGB (Red+Green+Blue) = 214+149+222=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D695DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DE is #296A21. Grayscale: #B0B0B0. Windows color (decimal): -2714146 or 14587350. OLE color: 14587350.

HSL color Cylindrical-coordinate representation of color #D695DE: hue angle of 293.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D695DE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214149222-
CMYK0.040.3300.13
HSL293.42º52.52%72.75%-
HSV(B)293.42º32.88%87.06%-
XYZ51.6641.0674.31-
YUV176.76153.53154.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=36.58%
G=25.47%
B=37.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141492220.040.3300.13293.4252.5272.75
HexD695DE4210D1253549
Octal32622533644101544565111
Binary110101101001010111011110100100001011011001001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695DE; }

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

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

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

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

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

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

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

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