#D799CE

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

Shades of Plum #D799CE

Tints of Plum #D799CE

Color information

#D799CE (or 0xD799CE) is unknown color: approx Plum. HEX triplet: D7, 99 and CE. RGB value is (215,153,206). Sum of RGB (Red+Green+Blue) = 215+153+206=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D799CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799CE is #286631. Grayscale: #B1B1B1. Windows color (decimal): -2647602 or 13539799. OLE color: 13539799.

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

Color convert

RGB215153206-
CMYK00.290.040.16
HSL308.71º43.66%72.16%-
HSV(B)308.71º28.84%84.31%-
XYZ50.5641.6963.77-
YUV177.58144.04154.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=37.46%
G=26.66%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515320600.290.040.16308.7143.6672.16
HexD799CE01D4101352c48
Octal32723131603542046554110
Binary110101111001100111001110011101100100001001101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799CE; }

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

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

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

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

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

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

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

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