#D591CF

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

Shades of Plum #D591CF

Tints of Plum #D591CF

Color information

#D591CF (or 0xD591CF) is unknown color: approx Plum. HEX triplet: D5, 91 and CF. RGB value is (213,145,207). Sum of RGB (Red+Green+Blue) = 213+145+207=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CF is #2A6E30. Grayscale: #ACACAC. Windows color (decimal): -2780721 or 13603285. OLE color: 13603285.

HSL color Cylindrical-coordinate representation of color #D591CF: hue angle of 305.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591CF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213145207-
CMYK00.320.030.16
HSL305.29º44.74%70.2%-
HSV(B)305.29º31.92%83.53%-
XYZ48.8338.963.97-
YUV172.4147.53156.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=37.70%
G=25.66%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314520700.320.030.16305.2944.7470.2
HexD591CF0203101312d46
Octal32522131704032046155106
Binary110101011001000111001111010000011100001001100011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591CF; }

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

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

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

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

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

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

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

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