#D696D4

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

Shades of Plum #D696D4

Tints of Plum #D696D4

Color information

#D696D4 (or 0xD696D4) is unknown color: approx Plum. HEX triplet: D6, 96 and D4. RGB value is (214,150,212). Sum of RGB (Red+Green+Blue) = 214+150+212=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D696D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696D4 is #29692B. Grayscale: #B0B0B0. Windows color (decimal): -2713900 or 13932246. OLE color: 13932246.

HSL color Cylindrical-coordinate representation of color #D696D4: hue angle of 301.88º 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 #D696D4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214150212-
CMYK00.300.010.16
HSL301.88º43.84%71.37%-
HSV(B)301.88º29.91%83.92%-
XYZ50.5240.8667.51-
YUV176.2148.2154.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=37.15%
G=26.04%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415021200.300.010.16301.8843.8471.37
HexD696D401E11012e2c47
Octal32622632403612045654107
Binary1101011010010110110101000111101100001001011101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696D4; }

 p { color: rgb(214,150,212); }

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

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

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

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

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

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

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