#D790DF

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

Shades of Plum #D790DF

Tints of Plum #D790DF

Color information

#D790DF (or 0xD790DF) is unknown color: approx Plum. HEX triplet: D7, 90 and DF. RGB value is (215,144,223). Sum of RGB (Red+Green+Blue) = 215+144+223=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D790DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790DF is #286F20. Grayscale: #ADADAD. Windows color (decimal): -2649889 or 14651607. OLE color: 14651607.

HSL color Cylindrical-coordinate representation of color #D790DF: hue angle of 293.92º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D790DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215144223-
CMYK0.040.3500.13
HSL293.92º55.24%71.96%-
HSV(B)293.92º35.43%87.45%-
XYZ51.3239.7274.77-
YUV174.24155.52157.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=36.94%
G=24.74%
B=38.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151442230.040.3500.13293.9255.2471.96
HexD790DF4230D1263748
Octal32722033744301544667110
Binary110101111001000011011111100100011011011001001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790DF; }

 p { color: rgb(215,144,223); }

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

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

 a { background-color: rgb(215,144,223); }

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

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

 span { border-color: rgb(215,144,223); }

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