#D68FD1

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

Shades of Plum #D68FD1

Tints of Plum #D68FD1

Color information

#D68FD1 (or 0xD68FD1) is unknown color: approx Plum. HEX triplet: D6, 8F and D1. RGB value is (214,143,209). Sum of RGB (Red+Green+Blue) = 214+143+209=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD1 is #29702E. Grayscale: #ABABAB. Windows color (decimal): -2715695 or 13733846. OLE color: 13733846.

HSL color Cylindrical-coordinate representation of color #D68FD1: hue angle of 304.23º 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 #D68FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214143209-
CMYK00.330.020.16
HSL304.23º46.41%70%-
HSV(B)304.23º33.18%83.92%-
XYZ49.0638.5465.18-
YUV171.75149.02158.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=37.81%
G=25.27%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414320900.330.020.16304.2346.4170
HexD68FD10212101302e46
Octal32621732104122046056106
Binary110101101000111111010001010000110100001001100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FD1; }

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

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

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

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

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

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

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

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