#D69ADB

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

Shades of Plum #D69ADB

Tints of Plum #D69ADB

Color information

#D69ADB (or 0xD69ADB) is unknown color: approx Plum. HEX triplet: D6, 9A and DB. RGB value is (214,154,219). Sum of RGB (Red+Green+Blue) = 214+154+219=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADB is #296524. Grayscale: #B3B3B3. Windows color (decimal): -2712869 or 14392022. OLE color: 14392022.

HSL color Cylindrical-coordinate representation of color #D69ADB: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69ADB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214154219-
CMYK0.020.3000.14
HSL295.38º47.45%73.14%-
HSV(B)295.38º29.68%85.88%-
XYZ52.0742.5272.48-
YUV179.35150.38152.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=36.46%
G=26.24%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141542190.020.3000.14295.3847.4573.14
HexD69ADB21E0E1272f49
Octal32623233323601644757111
Binary1101011010011010110110111011110011101001001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ADB; }

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

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

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

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

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

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

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

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