#D593CF

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

Shades of Plum #D593CF

Tints of Plum #D593CF

Color information

#D593CF (or 0xD593CF) is unknown color: approx Plum. HEX triplet: D5, 93 and CF. RGB value is (213,147,207). Sum of RGB (Red+Green+Blue) = 213+147+207=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D593CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593CF is #2A6C30. Grayscale: #ADADAD. Windows color (decimal): -2780209 or 13603797. OLE color: 13603797.

HSL color Cylindrical-coordinate representation of color #D593CF: hue angle of 305.45º 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 #D593CF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213147207-
CMYK00.310.030.16
HSL305.45º44%70.59%-
HSV(B)305.45º30.99%83.53%-
XYZ49.1439.5264.07-
YUV173.57146.87156.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=37.57%
G=25.93%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314720700.310.030.16305.454470.59
HexD593CF01F3101312c47
Octal32522331703732046154107
Binary11010101100100111100111101111111100001001100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593CF; }

 p { color: rgb(213,147,207); }

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

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

 a { background-color: rgb(213,147,207); }

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

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

 span { border-color: rgb(213,147,207); }

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