#D59AD3

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

Shades of Plum #D59AD3

Tints of Plum #D59AD3

Color information

#D59AD3 (or 0xD59AD3) is unknown color: approx Plum. HEX triplet: D5, 9A and D3. RGB value is (213,154,211). Sum of RGB (Red+Green+Blue) = 213+154+211=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AD3 is #2A652C. Grayscale: #B1B1B1. Windows color (decimal): -2778413 or 13867733. OLE color: 13867733.

HSL color Cylindrical-coordinate representation of color #D59AD3: hue angle of 302.03º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AD3 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213154211-
CMYK00.280.010.16
HSL302.03º41.26%71.96%-
HSV(B)302.03º27.7%83.53%-
XYZ50.7541.9667.05-
YUV178.14146.55152.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 211 (82.81% from 255) = 36.51%
R=36.85%
G=26.64%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315421100.280.010.16302.0341.2671.96
HexD59AD301C11012e2948
Octal32523232303412045651110
Binary1101010110011010110100110111001100001001011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AD3; }

 p { color: rgb(213,154,211); }

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

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

 a { background-color: rgb(213,154,211); }

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

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

 span { border-color: rgb(213,154,211); }

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