#D68DDA

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

Shades of Plum #D68DDA

Tints of Plum #D68DDA

Color information

#D68DDA (or 0xD68DDA) is unknown color: approx Plum. HEX triplet: D6, 8D and DA. RGB value is (214,141,218). Sum of RGB (Red+Green+Blue) = 214+141+218=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DDA is #297225. Grayscale: #ABABAB. Windows color (decimal): -2716198 or 14323158. OLE color: 14323158.

HSL color Cylindrical-coordinate representation of color #D68DDA: hue angle of 296.88º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68DDA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214141218-
CMYK0.020.3500.15
HSL296.88º50.99%70.39%-
HSV(B)296.88º35.32%85.49%-
XYZ49.9138.4171.11-
YUV171.6154.18158.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=37.35%
G=24.61%
B=38.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141412180.020.3500.15296.8850.9970.39
HexD68DDA2230F1293346
Octal32621533224301745163106
Binary11010110100011011101101010100011011111001010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DDA; }

 p { color: rgb(214,141,218); }

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

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

 a { background-color: rgb(214,141,218); }

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

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

 span { border-color: rgb(214,141,218); }

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