#D491D6

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

Shades of Plum #D491D6

Tints of Plum #D491D6

Color information

#D491D6 (or 0xD491D6) is unknown color: approx Plum. HEX triplet: D4, 91 and D6. RGB value is (212,145,214). Sum of RGB (Red+Green+Blue) = 212+145+214=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #D491D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491D6 is #2B6E29. Grayscale: #ACACAC. Windows color (decimal): -2846250 or 14062036. OLE color: 14062036.

HSL color Cylindrical-coordinate representation of color #D491D6: hue angle of 298.26º degrees, saturation: 0.46, 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 #D491D6 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212145214-
CMYK0.010.3200.16
HSL298.26º45.7%70.39%-
HSV(B)298.26º32.24%83.92%-
XYZ49.4139.168.56-
YUV172.9151.2155.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=37.13%
G=25.39%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121452140.010.3200.16298.2645.770.39
HexD491D612001012a2e46
Octal32422132614002045256106
Binary11010100100100011101011011000000100001001010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491D6; }

 p { color: rgb(212,145,214); }

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

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

 a { background-color: rgb(212,145,214); }

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

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

 span { border-color: rgb(212,145,214); }

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