#D891CD

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

Shades of Plum #D891CD

Tints of Plum #D891CD

Color information

#D891CD (or 0xD891CD) is unknown color: approx Plum. HEX triplet: D8, 91 and CD. RGB value is (216,145,205). Sum of RGB (Red+Green+Blue) = 216+145+205=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D891CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891CD is #276E32. Grayscale: #ACACAC. Windows color (decimal): -2584115 or 13472216. OLE color: 13472216.

HSL color Cylindrical-coordinate representation of color #D891CD: hue angle of 309.3º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D891CD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216145205-
CMYK00.330.050.15
HSL309.3º47.65%70.78%-
HSV(B)309.3º32.87%84.71%-
XYZ49.4639.2662.73-
YUV173.07146.02158.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=38.16%
G=25.62%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614520500.330.050.15309.347.6570.78
HexD891CD0215F1353047
Octal33022131504151746560107
Binary110110001001000111001101010000110111111001101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891CD; }

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

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

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

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

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

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

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

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