#D68FCF

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

Shades of Plum #D68FCF

Tints of Plum #D68FCF

Color information

#D68FCF (or 0xD68FCF) is unknown color: approx Plum. HEX triplet: D6, 8F and CF. RGB value is (214,143,207). Sum of RGB (Red+Green+Blue) = 214+143+207=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCF is #297030. Grayscale: #ABABAB. Windows color (decimal): -2715697 or 13602774. OLE color: 13602774.

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

Color convert

RGB214143207-
CMYK00.330.030.16
HSL305.92º46.41%70%-
HSV(B)305.92º33.18%83.92%-
XYZ48.8238.4563.88-
YUV171.52148.02158.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=37.94%
G=25.35%
B=36.70%

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
Decimal21414320700.330.030.16305.9246.4170
HexD68FCF0213101322e46
Octal32621731704132046256106
Binary110101101000111111001111010000111100001001100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FCF; }

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

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

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

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

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

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

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

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