#D799D1

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

Shades of Plum #D799D1

Tints of Plum #D799D1

Color information

#D799D1 (or 0xD799D1) is unknown color: approx Plum. HEX triplet: D7, 99 and D1. RGB value is (215,153,209). Sum of RGB (Red+Green+Blue) = 215+153+209=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D1 is #28662E. Grayscale: #B1B1B1. Windows color (decimal): -2647599 or 13736407. OLE color: 13736407.

HSL color Cylindrical-coordinate representation of color #D799D1: hue angle of 305.81º 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 #D799D1 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215153209-
CMYK00.290.030.16
HSL305.81º43.66%72.16%-
HSV(B)305.81º28.84%84.31%-
XYZ50.9241.8365.71-
YUV177.92145.54154.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=37.26%
G=26.52%
B=36.22%

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
Decimal21515320900.290.030.16305.8143.6672.16
HexD799D101D3101322c48
Octal32723132103532046254110
Binary11010111100110011101000101110111100001001100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799D1; }

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

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

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

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

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

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

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

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