#D798DA

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

Shades of Plum #D798DA

Tints of Plum #D798DA

Color information

#D798DA (or 0xD798DA) is unknown color: approx Plum. HEX triplet: D7, 98 and DA. RGB value is (215,152,218). Sum of RGB (Red+Green+Blue) = 215+152+218=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D798DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798DA is #286725. Grayscale: #B2B2B2. Windows color (decimal): -2647846 or 14325975. OLE color: 14325975.

HSL color Cylindrical-coordinate representation of color #D798DA: hue angle of 297.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D798DA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215152218-
CMYK0.010.3000.15
HSL297.27º47.14%72.55%-
HSV(B)297.27º30.28%85.49%-
XYZ51.9141.9771.69-
YUV178.36150.37154.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.75%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=36.75%
G=25.98%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151522180.010.3000.15297.2747.1472.55
HexD798DA11E0F1292f49
Octal32723033213601745157111
Binary110101111001100011011010111110011111001010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798DA; }

 p { color: rgb(215,152,218); }

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

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

 a { background-color: rgb(215,152,218); }

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

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

 span { border-color: rgb(215,152,218); }

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