#D291D2

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

Shades of Plum #D291D2

Tints of Plum #D291D2

Color information

#D291D2 (or 0xD291D2) is unknown color: approx Plum. HEX triplet: D2, 91 and D2. RGB value is (210,145,210). Sum of RGB (Red+Green+Blue) = 210+145+210=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D291D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291D2 is #2D6E2D. Grayscale: #ABABAB. Windows color (decimal): -2977326 or 13799890. OLE color: 13799890.

HSL color Cylindrical-coordinate representation of color #D291D2: hue angle of 300º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291D2 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB210145210-
CMYK00.3100.18
HSL300º41.94%69.61%-
HSV(B)300º30.95%82.35%-
XYZ48.3438.6165.88-
YUV171.84149.53155.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=37.17%
G=25.66%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014521000.3100.1830041.9469.61
HexD291D201F01212c2a46
Octal32222132203702245452106
Binary1101001010010001110100100111110100101001011001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291D2; }

 p { color: rgb(210,145,210); }

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

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

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

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

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

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

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