#D59FD0

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

Shades of Plum #D59FD0

Tints of Plum #D59FD0

Color information

#D59FD0 (or 0xD59FD0) is unknown color: approx Plum. HEX triplet: D5, 9F and D0. RGB value is (213,159,208). Sum of RGB (Red+Green+Blue) = 213+159+208=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD0 is #2A602F. Grayscale: #B4B4B4. Windows color (decimal): -2777136 or 13672405. OLE color: 13672405.

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

Color convert

RGB213159208-
CMYK00.250.020.16
HSL305.56º39.13%72.94%-
HSV(B)305.56º25.35%83.53%-
XYZ51.2243.565.37-
YUV180.73143.39151.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=36.72%
G=27.41%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315920800.250.020.16305.5639.1372.94
HexD59FD00192101322749
Octal32523732003122046247111
Binary11010101100111111101000001100110100001001100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FD0; }

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

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

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

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

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

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

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

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