#D795D0

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

Shades of Plum #D795D0

Tints of Plum #D795D0

Color information

#D795D0 (or 0xD795D0) is unknown color: approx Plum. HEX triplet: D7, 95 and D0. RGB value is (215,149,208). Sum of RGB (Red+Green+Blue) = 215+149+208=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D795D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795D0 is #286A2F. Grayscale: #AFAFAF. Windows color (decimal): -2648624 or 13669847. OLE color: 13669847.

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

Color convert

RGB215149208-
CMYK00.310.030.16
HSL306.36º45.21%71.37%-
HSV(B)306.36º30.7%84.31%-
XYZ50.1640.564.85-
YUV175.46146.37156.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=37.59%
G=26.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514920800.310.030.16306.3645.2171.37
HexD795D001F3101322d47
Octal32722532003732046255107
Binary11010111100101011101000001111111100001001100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795D0; }

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

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

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

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

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

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

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

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