#D896CD

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

Shades of Plum #D896CD

Tints of Plum #D896CD

Color information

#D896CD (or 0xD896CD) is unknown color: approx Plum. HEX triplet: D8, 96 and CD. RGB value is (216,150,205). Sum of RGB (Red+Green+Blue) = 216+150+205=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CD is #276932. Grayscale: #AFAFAF. Windows color (decimal): -2582835 or 13473496. OLE color: 13473496.

HSL color Cylindrical-coordinate representation of color #D896CD: hue angle of 310º 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 #D896CD is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216150205-
CMYK00.310.050.15
HSL310º45.83%71.76%-
HSV(B)310º30.56%84.71%-
XYZ50.2440.8262.99-
YUV176144.37156.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=37.83%
G=26.27%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615020500.310.050.1531045.8371.76
HexD896CD01F5F1362e48
Octal33022631503751746656110
Binary11011000100101101100110101111110111111001101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896CD; }

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

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

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

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

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

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

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

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