#D696E0

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

Shades of Plum #D696E0

Tints of Plum #D696E0

Color information

#D696E0 (or 0xD696E0) is unknown color: approx Plum. HEX triplet: D6, 96 and E0. RGB value is (214,150,224). Sum of RGB (Red+Green+Blue) = 214+150+224=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #D696E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696E0 is #29691F. Grayscale: #B1B1B1. Windows color (decimal): -2713888 or 14718678. OLE color: 14718678.

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

Color convert

RGB214150224-
CMYK0.040.3300.12
HSL291.89º54.41%73.33%-
HSV(B)291.89º33.04%87.84%-
XYZ52.0941.4975.78-
YUV177.57154.2153.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=36.39%
G=25.51%
B=38.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141502240.040.3300.12291.8954.4173.33
HexD696E04210C1243649
Octal32622634044101444466111
Binary110101101001011011100000100100001011001001001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696E0; }

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

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

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

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

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

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

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

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