#D790D6

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

Shades of Plum #D790D6

Tints of Plum #D790D6

Color information

#D790D6 (or 0xD790D6) is unknown color: approx Plum. HEX triplet: D7, 90 and D6. RGB value is (215,144,214). Sum of RGB (Red+Green+Blue) = 215+144+214=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D790D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790D6 is #286F29. Grayscale: #ACACAC. Windows color (decimal): -2649898 or 14061783. OLE color: 14061783.

HSL color Cylindrical-coordinate representation of color #D790D6: hue angle of 300.85º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790D6 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215144214-
CMYK00.330.000.16
HSL300.85º47.02%70.39%-
HSV(B)300.85º33.02%84.31%-
XYZ50.1439.2568.55-
YUV173.21151.02157.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=37.52%
G=25.13%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514421400.330.000.16300.8547.0270.39
HexD790D602101012d2f46
Octal32722032604102045557106
Binary11010111100100001101011001000010100001001011011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790D6; }

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

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

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

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

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

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

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

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