#D69FDB

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

Shades of Plum #D69FDB

Tints of Plum #D69FDB

Color information

#D69FDB (or 0xD69FDB) is unknown color: approx Plum. HEX triplet: D6, 9F and DB. RGB value is (214,159,219). Sum of RGB (Red+Green+Blue) = 214+159+219=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDB is #296024. Grayscale: #B6B6B6. Windows color (decimal): -2711589 or 14393302. OLE color: 14393302.

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

Color convert

RGB214159219-
CMYK0.020.2700.14
HSL295º45.45%74.12%-
HSV(B)295º27.4%85.88%-
XYZ52.9244.2172.76-
YUV182.28148.72150.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=36.15%
G=26.86%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141592190.020.2700.1429545.4574.12
HexD69FDB21B0E1272d4a
Octal32623733323301644755112
Binary1101011010011111110110111011011011101001001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FDB; }

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

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

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

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

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

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

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

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