#D798D1

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

Shades of Plum #D798D1

Tints of Plum #D798D1

Color information

#D798D1 (or 0xD798D1) is unknown color: approx Plum. HEX triplet: D7, 98 and D1. RGB value is (215,152,209). Sum of RGB (Red+Green+Blue) = 215+152+209=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D798D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798D1 is #28672E. Grayscale: #B1B1B1. Windows color (decimal): -2647855 or 13736151. OLE color: 13736151.

HSL color Cylindrical-coordinate representation of color #D798D1: hue angle of 305.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D798D1 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215152209-
CMYK00.290.030.16
HSL305.71º44.06%71.96%-
HSV(B)305.71º29.3%84.31%-
XYZ50.7641.5165.66-
YUV177.33145.87154.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=37.33%
G=26.39%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515220900.290.030.16305.7144.0671.96
HexD798D101D3101322c48
Octal32723032103532046254110
Binary11010111100110001101000101110111100001001100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798D1; }

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

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

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

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

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

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

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

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