#D69DDB

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

Shades of Plum #D69DDB

Tints of Plum #D69DDB

Color information

#D69DDB (or 0xD69DDB) is unknown color: approx Plum. HEX triplet: D6, 9D and DB. RGB value is (214,157,219). Sum of RGB (Red+Green+Blue) = 214+157+219=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDB is #296224. Grayscale: #B4B4B4. Windows color (decimal): -2712101 or 14392790. OLE color: 14392790.

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

Color convert

RGB214157219-
CMYK0.020.2800.14
HSL295.16º46.27%73.73%-
HSV(B)295.16º28.31%85.88%-
XYZ52.5743.5272.65-
YUV181.11149.38151.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=36.27%
G=26.61%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141572190.020.2800.14295.1646.2773.73
HexD69DDB21C0E1272e4a
Octal32623533323401644756112
Binary1101011010011101110110111011100011101001001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DDB; }

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

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

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

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

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

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

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

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