#D68CDD

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

Shades of Plum #D68CDD

Tints of Plum #D68CDD

Color information

#D68CDD (or 0xD68CDD) is unknown color: approx Plum. HEX triplet: D6, 8C and DD. RGB value is (214,140,221). Sum of RGB (Red+Green+Blue) = 214+140+221=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDD is #297322. Grayscale: #ABABAB. Windows color (decimal): -2716451 or 14519510. OLE color: 14519510.

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

Color convert

RGB214140221-
CMYK0.030.3700.13
HSL294.81º54.36%70.78%-
HSV(B)294.81º36.65%86.67%-
XYZ50.1638.2773.15-
YUV171.36156.02158.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=37.22%
G=24.35%
B=38.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141402210.030.3700.13294.8154.3670.78
HexD68CDD3250D1273647
Octal32621433534501544766107
Binary11010110100011001101110111100101011011001001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CDD; }

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

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

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

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

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

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

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

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