#D59DD0

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

Shades of Plum #D59DD0

Tints of Plum #D59DD0

Color information

#D59DD0 (or 0xD59DD0) is unknown color: approx Plum. HEX triplet: D5, 9D and D0. RGB value is (213,157,208). Sum of RGB (Red+Green+Blue) = 213+157+208=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD0 is #2A622F. Grayscale: #B3B3B3. Windows color (decimal): -2777648 or 13671893. OLE color: 13671893.

HSL color Cylindrical-coordinate representation of color #D59DD0: hue angle of 305.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DD0 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213157208-
CMYK00.260.020.16
HSL305.36º40%72.55%-
HSV(B)305.36º26.29%83.53%-
XYZ50.8842.8165.26-
YUV179.56144.05151.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=36.85%
G=27.16%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315720800.260.020.16305.364072.55
HexD59DD001A2101312849
Octal32523532003222046150111
Binary11010101100111011101000001101010100001001100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DD0; }

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

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

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

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

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

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

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

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