#D594D4

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

Shades of Plum #D594D4

Tints of Plum #D594D4

Color information

#D594D4 (or 0xD594D4) is unknown color: approx Plum. HEX triplet: D5, 94 and D4. RGB value is (213,148,212). Sum of RGB (Red+Green+Blue) = 213+148+212=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D594D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594D4 is #2A6B2B. Grayscale: #AEAEAE. Windows color (decimal): -2779948 or 13931733. OLE color: 13931733.

HSL color Cylindrical-coordinate representation of color #D594D4: hue angle of 300.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594D4 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213148212-
CMYK00.310.000.16
HSL300.92º43.62%70.78%-
HSV(B)300.92º30.52%83.53%-
XYZ49.9140.0867.39-
YUV174.73149.03155.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=37.17%
G=25.83%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314821200.310.000.16300.9243.6270.78
HexD594D401F01012d2c47
Octal32522432403702045554107
Binary1101010110010100110101000111110100001001011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594D4; }

 p { color: rgb(213,148,212); }

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

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

 a { background-color: rgb(213,148,212); }

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

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

 span { border-color: rgb(213,148,212); }

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