#D795CE

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

Shades of Plum #D795CE

Tints of Plum #D795CE

Color information

#D795CE (or 0xD795CE) is unknown color: approx Plum. HEX triplet: D7, 95 and CE. RGB value is (215,149,206). Sum of RGB (Red+Green+Blue) = 215+149+206=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CE is #286A31. Grayscale: #AFAFAF. Windows color (decimal): -2648626 or 13538775. OLE color: 13538775.

HSL color Cylindrical-coordinate representation of color #D795CE: hue angle of 308.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795CE is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215149206-
CMYK00.310.040.16
HSL308.18º45.21%71.37%-
HSV(B)308.18º30.7%84.31%-
XYZ49.9140.463.56-
YUV175.23145.37156.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=37.72%
G=26.14%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514920600.310.040.16308.1845.2171.37
HexD795CE01F4101342d47
Octal32722531603742046455107
Binary110101111001010111001110011111100100001001101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795CE; }

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

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

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

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

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

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

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

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