#D095D5

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

Shades of Plum #D095D5

Tints of Plum #D095D5

Color information

#D095D5 (or 0xD095D5) is unknown color: approx Plum. HEX triplet: D0, 95 and D5. RGB value is (208,149,213). Sum of RGB (Red+Green+Blue) = 208+149+213=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #D095D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095D5 is #2F6A2A. Grayscale: #ADADAD. Windows color (decimal): -3107371 or 13997520. OLE color: 13997520.

HSL color Cylindrical-coordinate representation of color #D095D5: hue angle of 295.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D095D5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208149213-
CMYK0.020.3000.16
HSL295.31º43.24%70.98%-
HSV(B)295.31º30.05%83.53%-
XYZ48.7739.7168.04-
YUV173.94150.05152.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=36.49%
G=26.14%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081492130.020.3000.16295.3143.2470.98
HexD095D521E0101272b47
Octal32022532523602044753107
Binary11010000100101011101010110111100100001001001111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095D5; }

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

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

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

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

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

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

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

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