#D788DE

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

Shades of Plum #D788DE

Tints of Plum #D788DE

Color information

#D788DE (or 0xD788DE) is unknown color: approx Plum. HEX triplet: D7, 88 and DE. RGB value is (215,136,222). Sum of RGB (Red+Green+Blue) = 215+136+222=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D788DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DE is #287721. Grayscale: #A9A9A9. Windows color (decimal): -2651938 or 14584023. OLE color: 14584023.

HSL color Cylindrical-coordinate representation of color #D788DE: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D788DE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215136222-
CMYK0.030.3900.13
HSL295.12º56.58%70.2%-
HSV(B)295.12º38.74%87.06%-
XYZ50.0137.3373.68-
YUV169.42157.67160.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=37.52%
G=23.73%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151362220.030.3900.13295.1256.5870.2
HexD788DE3270D1273946
Octal32721033634701544771106
Binary11010111100010001101111011100111011011001001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788DE; }

 p { color: rgb(215,136,222); }

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

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

 a { background-color: rgb(215,136,222); }

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

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

 span { border-color: rgb(215,136,222); }

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