#D096D6

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

Shades of Plum #D096D6

Tints of Plum #D096D6

Color information

#D096D6 (or 0xD096D6) is unknown color: approx Plum. HEX triplet: D0, 96 and D6. RGB value is (208,150,214). Sum of RGB (Red+Green+Blue) = 208+150+214=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #D096D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096D6 is #2F6929. Grayscale: #AEAEAE. Windows color (decimal): -3107114 or 14063312. OLE color: 14063312.

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

Color convert

RGB208150214-
CMYK0.030.3000.16
HSL294.38º43.84%71.37%-
HSV(B)294.38º29.91%83.92%-
XYZ49.0640.0868.77-
YUV174.64150.22151.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=36.36%
G=26.22%
B=37.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081502140.030.3000.16294.3843.8471.37
HexD096D631E0101262c47
Octal32022632633602044654107
Binary11010000100101101101011011111100100001001001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096D6; }

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

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

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

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

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

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

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

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