#D094D5

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

Shades of Plum #D094D5

Tints of Plum #D094D5

Color information

#D094D5 (or 0xD094D5) is unknown color: approx Plum. HEX triplet: D0, 94 and D5. RGB value is (208,148,213). Sum of RGB (Red+Green+Blue) = 208+148+213=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #D094D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094D5 is #2F6B2A. Grayscale: #ADADAD. Windows color (decimal): -3107627 or 13997264. OLE color: 13997264.

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

Color convert

RGB208148213-
CMYK0.020.3100.16
HSL295.38º43.62%70.78%-
HSV(B)295.38º30.52%83.53%-
XYZ48.6139.3967.99-
YUV173.35150.38152.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=36.56%
G=26.01%
B=37.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081482130.020.3100.16295.3843.6270.78
HexD094D521F0101272c47
Octal32022432523702044754107
Binary11010000100101001101010110111110100001001001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094D5; }

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

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

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

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

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

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

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

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