#D691D1

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

Shades of Plum #D691D1

Tints of Plum #D691D1

Color information

#D691D1 (or 0xD691D1) is unknown color: approx Plum. HEX triplet: D6, 91 and D1. RGB value is (214,145,209). Sum of RGB (Red+Green+Blue) = 214+145+209=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D1 is #296E2E. Grayscale: #ACACAC. Windows color (decimal): -2715183 or 13734358. OLE color: 13734358.

HSL color Cylindrical-coordinate representation of color #D691D1: hue angle of 304.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691D1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214145209-
CMYK00.320.020.16
HSL304.35º45.7%70.39%-
HSV(B)304.35º32.24%83.92%-
XYZ49.3739.1565.28-
YUV172.93148.36157.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=37.68%
G=25.53%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414520900.320.020.16304.3545.770.39
HexD691D10202101302e46
Octal32622132104022046056106
Binary110101101001000111010001010000010100001001100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691D1; }

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

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

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

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

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

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

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

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