#D795DC

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

Shades of Plum #D795DC

Tints of Plum #D795DC

Color information

#D795DC (or 0xD795DC) is unknown color: approx Plum. HEX triplet: D7, 95 and DC. RGB value is (215,149,220). Sum of RGB (Red+Green+Blue) = 215+149+220=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D795DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795DC is #286A23. Grayscale: #B0B0B0. Windows color (decimal): -2648612 or 14456279. OLE color: 14456279.

HSL color Cylindrical-coordinate representation of color #D795DC: hue angle of 295.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D795DC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215149220-
CMYK0.020.3200.14
HSL295.77º50.35%72.35%-
HSV(B)295.77º32.27%86.27%-
XYZ51.6941.1172.92-
YUV176.83152.37155.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=36.82%
G=25.51%
B=37.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151492200.020.3200.14295.7750.3572.35
HexD795DC2200E1283248
Octal32722533424001645062110
Binary11010111100101011101110010100000011101001010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795DC; }

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

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

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

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

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

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

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

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