#D694DB

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

Shades of Plum #D694DB

Tints of Plum #D694DB

Color information

#D694DB (or 0xD694DB) is unknown color: approx Plum. HEX triplet: D6, 94 and DB. RGB value is (214,148,219). Sum of RGB (Red+Green+Blue) = 214+148+219=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D694DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694DB is #296B24. Grayscale: #AFAFAF. Windows color (decimal): -2714405 or 14390486. OLE color: 14390486.

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

Color convert

RGB214148219-
CMYK0.020.3200.14
HSL295.77º49.65%71.96%-
HSV(B)295.77º32.42%85.88%-
XYZ51.1140.5972.16-
YUV175.83152.37155.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=36.83%
G=25.47%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141482190.020.3200.14295.7749.6571.96
HexD694DB2200E1283248
Octal32622433324001645062110
Binary11010110100101001101101110100000011101001010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694DB; }

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

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

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

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

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

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

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

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