#D68FD0

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

Shades of Plum #D68FD0

Tints of Plum #D68FD0

Color information

#D68FD0 (or 0xD68FD0) is unknown color: approx Plum. HEX triplet: D6, 8F and D0. RGB value is (214,143,208). Sum of RGB (Red+Green+Blue) = 214+143+208=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD0 is #29702F. Grayscale: #ABABAB. Windows color (decimal): -2715696 or 13668310. OLE color: 13668310.

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

Color convert

RGB214143208-
CMYK00.330.030.16
HSL305.07º46.41%70%-
HSV(B)305.07º33.18%83.92%-
XYZ48.9438.564.53-
YUV171.64148.52158.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=37.88%
G=25.31%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414320800.330.030.16305.0746.4170
HexD68FD00213101312e46
Octal32621732004132046156106
Binary110101101000111111010000010000111100001001100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FD0; }

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

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

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

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

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

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

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

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