#D896D4

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

Shades of Plum #D896D4

Tints of Plum #D896D4

Color information

#D896D4 (or 0xD896D4) is unknown color: approx Plum. HEX triplet: D8, 96 and D4. RGB value is (216,150,212). Sum of RGB (Red+Green+Blue) = 216+150+212=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D896D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896D4 is #27692B. Grayscale: #B0B0B0. Windows color (decimal): -2582828 or 13932248. OLE color: 13932248.

HSL color Cylindrical-coordinate representation of color #D896D4: hue angle of 303.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896D4 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216150212-
CMYK00.310.020.15
HSL303.64º45.83%71.76%-
HSV(B)303.64º30.56%84.71%-
XYZ51.1141.1767.54-
YUV176.8147.87155.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=37.37%
G=25.95%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615021200.310.020.15303.6445.8371.76
HexD896D401F2F1302e48
Octal33022632403721746056110
Binary1101100010010110110101000111111011111001100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896D4; }

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

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

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

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

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

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

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

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