#D68ADB

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

Shades of Plum #D68ADB

Tints of Plum #D68ADB

Color information

#D68ADB (or 0xD68ADB) is unknown color: approx Plum. HEX triplet: D6, 8A and DB. RGB value is (214,138,219). Sum of RGB (Red+Green+Blue) = 214+138+219=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADB is #297524. Grayscale: #A9A9A9. Windows color (decimal): -2716965 or 14387926. OLE color: 14387926.

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

Color convert

RGB214138219-
CMYK0.020.3700.14
HSL296.3º52.94%70%-
HSV(B)296.3º36.99%85.88%-
XYZ49.6137.5971.66-
YUV169.96155.68159.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=37.48%
G=24.17%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141382190.020.3700.14296.352.9470
HexD68ADB2250E1283546
Octal32621233324501645065106
Binary11010110100010101101101110100101011101001010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ADB; }

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

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

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

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

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

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

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

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