#D695D6

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

Shades of Plum #D695D6

Tints of Plum #D695D6

Color information

#D695D6 (or 0xD695D6) is unknown color: approx Plum. HEX triplet: D6, 95 and D6. RGB value is (214,149,214). Sum of RGB (Red+Green+Blue) = 214+149+214=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D695D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695D6 is #296A29. Grayscale: #AFAFAF. Windows color (decimal): -2714154 or 14063062. OLE color: 14063062.

HSL color Cylindrical-coordinate representation of color #D695D6: hue angle of 300º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695D6 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214149214-
CMYK00.3000.16
HSL300º44.22%71.18%-
HSV(B)300º30.37%83.92%-
XYZ50.6240.6568.8-
YUV175.84149.53155.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=37.09%
G=25.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414921400.3000.1630044.2271.18
HexD695D601E01012c2c47
Octal32622532603602045454107
Binary1101011010010101110101100111100100001001011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695D6; }

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

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

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

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

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

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

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

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