#D695DF

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

Shades of Plum #D695DF

Tints of Plum #D695DF

Color information

#D695DF (or 0xD695DF) is unknown color: approx Plum. HEX triplet: D6, 95 and DF. RGB value is (214,149,223). Sum of RGB (Red+Green+Blue) = 214+149+223=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D695DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DF is #296A20. Grayscale: #B0B0B0. Windows color (decimal): -2714145 or 14652886. OLE color: 14652886.

HSL color Cylindrical-coordinate representation of color #D695DF: hue angle of 292.7º degrees, saturation: 0.54, 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 #D695DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214149223-
CMYK0.040.3300.13
HSL292.7º53.62%72.94%-
HSV(B)292.7º33.18%87.45%-
XYZ51.841.1275.02-
YUV176.87154.03154.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=36.52%
G=25.43%
B=38.05%

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
Decimal2141492230.040.3300.13292.753.6272.94
HexD695DF4210D1253649
Octal32622533744101544566111
Binary110101101001010111011111100100001011011001001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695DF; }

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

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

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

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

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

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

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

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