#D691DB

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

Shades of Plum #D691DB

Tints of Plum #D691DB

Color information

#D691DB (or 0xD691DB) is unknown color: approx Plum. HEX triplet: D6, 91 and DB. RGB value is (214,145,219). Sum of RGB (Red+Green+Blue) = 214+145+219=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D691DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691DB is #296E24. Grayscale: #ADADAD. Windows color (decimal): -2715173 or 14389718. OLE color: 14389718.

HSL color Cylindrical-coordinate representation of color #D691DB: hue angle of 295.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D691DB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214145219-
CMYK0.020.3400.14
HSL295.95º50.68%71.37%-
HSV(B)295.95º33.79%85.88%-
XYZ50.6439.6672-
YUV174.07153.36156.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 25.09%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=37.02%
G=25.09%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141452190.020.3400.14295.9550.6871.37
HexD691DB2220E1283347
Octal32622133324201645063107
Binary11010110100100011101101110100010011101001010001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691DB; }

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

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

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

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

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

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

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

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