#D795CD

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

Shades of Plum #D795CD

Tints of Plum #D795CD

Color information

#D795CD (or 0xD795CD) is unknown color: approx Plum. HEX triplet: D7, 95 and CD. RGB value is (215,149,205). Sum of RGB (Red+Green+Blue) = 215+149+205=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CD is #286A32. Grayscale: #AEAEAE. Windows color (decimal): -2648627 or 13473239. OLE color: 13473239.

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

Color convert

RGB215149205-
CMYK00.310.050.16
HSL309.09º45.21%71.37%-
HSV(B)309.09º30.7%84.31%-
XYZ49.7940.3562.92-
YUV175.12144.87156.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=37.79%
G=26.19%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514920500.310.050.16309.0945.2171.37
HexD795CD01F5101352d47
Octal32722531503752046555107
Binary110101111001010111001101011111101100001001101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795CD; }

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

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

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

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

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

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

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

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