#D68CDB

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

Shades of Plum #D68CDB

Tints of Plum #D68CDB

Color information

#D68CDB (or 0xD68CDB) is unknown color: approx Plum. HEX triplet: D6, 8C and DB. RGB value is (214,140,219). Sum of RGB (Red+Green+Blue) = 214+140+219=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDB is #297324. Grayscale: #AAAAAA. Windows color (decimal): -2716453 or 14388438. OLE color: 14388438.

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

Color convert

RGB214140219-
CMYK0.020.3600.14
HSL296.2º52.32%70.39%-
HSV(B)296.2º36.07%85.88%-
XYZ49.938.1771.75-
YUV171.13155.02158.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=37.35%
G=24.43%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141402190.020.3600.14296.252.3270.39
HexD68CDB2240E1283446
Octal32621433324401645064106
Binary11010110100011001101101110100100011101001010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CDB; }

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

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

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

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

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

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

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

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