#D68ADD

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

Shades of Plum #D68ADD

Tints of Plum #D68ADD

Color information

#D68ADD (or 0xD68ADD) is unknown color: approx Plum. HEX triplet: D6, 8A and DD. RGB value is (214,138,221). Sum of RGB (Red+Green+Blue) = 214+138+221=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADD is #297522. Grayscale: #A9A9A9. Windows color (decimal): -2716963 or 14518998. OLE color: 14518998.

HSL color Cylindrical-coordinate representation of color #D68ADD: hue angle of 294.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68ADD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214138221-
CMYK0.030.3800.13
HSL294.94º54.97%70.39%-
HSV(B)294.94º37.56%86.67%-
XYZ49.8737.6973.05-
YUV170.19156.68159.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=37.35%
G=24.08%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141382210.030.3800.13294.9454.9770.39
HexD68ADD3260D1273746
Octal32621233534601544767106
Binary11010110100010101101110111100110011011001001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ADD; }

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

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

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

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

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

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

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

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