#D691DD

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

Shades of Plum #D691DD

Tints of Plum #D691DD

Color information

#D691DD (or 0xD691DD) is unknown color: approx Plum. HEX triplet: D6, 91 and DD. RGB value is (214,145,221). Sum of RGB (Red+Green+Blue) = 214+145+221=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D691DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691DD is #296E22. Grayscale: #AEAEAE. Windows color (decimal): -2715171 or 14520790. OLE color: 14520790.

HSL color Cylindrical-coordinate representation of color #D691DD: hue angle of 294.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D691DD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214145221-
CMYK0.030.3400.13
HSL294.47º52.78%71.76%-
HSV(B)294.47º34.39%86.67%-
XYZ50.9139.7773.4-
YUV174.3154.36156.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 145 (57.03% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=36.90%
G=25%
B=38.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141452210.030.3400.13294.4752.7871.76
HexD691DD3220D1263548
Octal32622133534201544665110
Binary11010110100100011101110111100010011011001001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691DD; }

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

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

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

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

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

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

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

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