#d68ee0

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

Shades of Plum #D68EE0

Tints of Plum #D68EE0

Color information

#D68EE0 (or 0xD68EE0) is unknown color: approx Plum. HEX triplet: D6, 8E and E0. RGB value is (214,142,224). Sum of RGB (Red+Green+Blue) = 214+142+224=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D68EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE0 is #29711F. Grayscale: #ACACAC. Windows color (decimal): -2715936 or 14716630. OLE color: 14716630.

HSL color Cylindrical-coordinate representation of color #D68EE0: hue angle of 292.68º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68EE0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214142224-
CMYK0.040.3700.12
HSL292.68º56.94%71.76%-
HSV(B)292.68º36.61%87.84%-
XYZ50.8639.0275.37-
YUV172.88156.85157.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=36.90%
G=24.48%
B=38.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141422240.040.3700.12292.6856.9471.76
HexD68EE04250C1253948
Octal32621634044501444571110
Binary110101101000111011100000100100101011001001001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68ee0; }

 p { color: rgb(214,142,224); }

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

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

 a { background-color: rgb(214,142,224); }

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

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

 span { border-color: rgb(214,142,224); }

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