#D68FE3

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

Shades of Plum #D68FE3

Tints of Plum #D68FE3

Color information

#D68FE3 (or 0xD68FE3) is unknown color: approx Plum. HEX triplet: D6, 8F and E3. RGB value is (214,143,227). Sum of RGB (Red+Green+Blue) = 214+143+227=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #D68FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FE3 is #29701C. Grayscale: #ADADAD. Windows color (decimal): -2715677 or 14913494. OLE color: 14913494.

HSL color Cylindrical-coordinate representation of color #D68FE3: hue angle of 290.71º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68FE3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214143227-
CMYK0.060.3700.11
HSL290.71º60%72.55%-
HSV(B)290.71º37%89.02%-
XYZ51.4239.4977.58-
YUV173.8158.02156.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=36.64%
G=24.49%
B=38.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141432270.060.3700.11290.716072.55
HexD68FE36250B1233c49
Octal32621734364501344374111
Binary110101101000111111100011110100101010111001000111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FE3; }

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

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

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

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

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

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

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

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