#D68CD4

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

Shades of Plum #D68CD4

Tints of Plum #D68CD4

Color information

#D68CD4 (or 0xD68CD4) is unknown color: approx Plum. HEX triplet: D6, 8C and D4. RGB value is (214,140,212). Sum of RGB (Red+Green+Blue) = 214+140+212=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD4 is #29732B. Grayscale: #AAAAAA. Windows color (decimal): -2716460 or 13929686. OLE color: 13929686.

HSL color Cylindrical-coordinate representation of color #D68CD4: hue angle of 301.62º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CD4 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214140212-
CMYK00.350.010.16
HSL301.62º47.44%69.41%-
HSV(B)301.62º34.58%83.92%-
XYZ48.9937.8167-
YUV170.33151.52159.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=37.81%
G=24.73%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414021200.350.010.16301.6247.4469.41
HexD68CD402311012e2f45
Octal32621432404312045657105
Binary11010110100011001101010001000111100001001011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CD4; }

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

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

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

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

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

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

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

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