#D193DA

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

Shades of Plum #D193DA

Tints of Plum #D193DA

Color information

#D193DA (or 0xD193DA) is unknown color: approx Plum. HEX triplet: D1, 93 and DA. RGB value is (209,147,218). Sum of RGB (Red+Green+Blue) = 209+147+218=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D193DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DA is #2E6C25. Grayscale: #ADADAD. Windows color (decimal): -3042342 or 14324689. OLE color: 14324689.

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

Color convert

RGB209147218-
CMYK0.040.3300.15
HSL292.39º48.97%71.57%-
HSV(B)292.39º32.57%85.49%-
XYZ49.3839.4871.35-
YUV173.63153.04153.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=36.41%
G=25.61%
B=37.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091472180.040.3300.15292.3948.9771.57
HexD193DA4210F1243148
Octal32122333244101744461110
Binary110100011001001111011010100100001011111001001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193DA; }

 p { color: rgb(209,147,218); }

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

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

 a { background-color: rgb(209,147,218); }

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

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

 span { border-color: rgb(209,147,218); }

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