#D093D9

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

Shades of Plum #D093D9

Tints of Plum #D093D9

Color information

#D093D9 (or 0xD093D9) is unknown color: approx Plum. HEX triplet: D0, 93 and D9. RGB value is (208,147,217). Sum of RGB (Red+Green+Blue) = 208+147+217=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #D093D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093D9 is #2F6C26. Grayscale: #ADADAD. Windows color (decimal): -3107879 or 14259152. OLE color: 14259152.

HSL color Cylindrical-coordinate representation of color #D093D9: hue angle of 292.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D093D9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208147217-
CMYK0.040.3200.15
HSL292.29º47.95%71.37%-
HSV(B)292.29º32.26%85.1%-
XYZ48.9739.2970.65-
YUV173.22152.71152.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=36.36%
G=25.70%
B=37.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081472170.040.3200.15292.2947.9571.37
HexD093D94200F1243047
Octal32022333144001744460107
Binary110100001001001111011001100100000011111001001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093D9; }

 p { color: rgb(208,147,217); }

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

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

 a { background-color: rgb(208,147,217); }

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

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

 span { border-color: rgb(208,147,217); }

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