#D895E4

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

Shades of Plum #D895E4

Tints of Plum #D895E4

Color information

#D895E4 (or 0xD895E4) is unknown color: approx Plum. HEX triplet: D8, 95 and E4. RGB value is (216,149,228). Sum of RGB (Red+Green+Blue) = 216+149+228=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D895E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895E4 is #276A1B. Grayscale: #B1B1B1. Windows color (decimal): -2583068 or 14980568. OLE color: 14980568.

HSL color Cylindrical-coordinate representation of color #D895E4: hue angle of 290.89º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D895E4 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216149228-
CMYK0.050.3500.11
HSL290.89º59.4%73.92%-
HSV(B)290.89º34.65%89.41%-
XYZ53.0741.778.65-
YUV178.04156.2155.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=36.42%
G=25.13%
B=38.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161492280.050.3500.11290.8959.473.92
HexD895E45230B1233b4a
Octal33022534454301344373112
Binary110110001001010111100100101100011010111001000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895E4; }

 p { color: rgb(216,149,228); }

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

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

 a { background-color: rgb(216,149,228); }

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

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

 span { border-color: rgb(216,149,228); }

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