#D691DF

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

Shades of Plum #D691DF

Tints of Plum #D691DF

Color information

#D691DF (or 0xD691DF) is unknown color: approx Plum. HEX triplet: D6, 91 and DF. RGB value is (214,145,223). Sum of RGB (Red+Green+Blue) = 214+145+223=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D691DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691DF is #296E20. Grayscale: #AEAEAE. Windows color (decimal): -2715169 or 14651862. OLE color: 14651862.

HSL color Cylindrical-coordinate representation of color #D691DF: hue angle of 293.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D691DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214145223-
CMYK0.040.3500.13
HSL293.08º54.93%72.16%-
HSV(B)293.08º34.98%87.45%-
XYZ51.1839.8774.81-
YUV174.52155.36156.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=36.77%
G=24.91%
B=38.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141452230.040.3500.13293.0854.9372.16
HexD691DF4230D1253748
Octal32622133744301544567110
Binary110101101001000111011111100100011011011001001011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691DF; }

 p { color: rgb(214,145,223); }

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

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

 a { background-color: rgb(214,145,223); }

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

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

 span { border-color: rgb(214,145,223); }

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