#D68FCE

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

Shades of Plum #D68FCE

Tints of Plum #D68FCE

Color information

#D68FCE (or 0xD68FCE) is unknown color: approx Plum. HEX triplet: D6, 8F and CE. RGB value is (214,143,206). Sum of RGB (Red+Green+Blue) = 214+143+206=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCE is #297031. Grayscale: #ABABAB. Windows color (decimal): -2715698 or 13537238. OLE color: 13537238.

HSL color Cylindrical-coordinate representation of color #D68FCE: hue angle of 306.76º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FCE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214143206-
CMYK00.330.040.16
HSL306.76º46.41%70%-
HSV(B)306.76º33.18%83.92%-
XYZ48.6938.463.24-
YUV171.41147.52158.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=38.01%
G=25.40%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414320600.330.040.16306.7646.4170
HexD68FCE0214101332e46
Octal32621731604142046356106
Binary1101011010001111110011100100001100100001001100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FCE; }

 p { color: rgb(214,143,206); }

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

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

 a { background-color: rgb(214,143,206); }

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

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

 span { border-color: rgb(214,143,206); }

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