#D691D3

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

Shades of Plum #D691D3

Tints of Plum #D691D3

Color information

#D691D3 (or 0xD691D3) is unknown color: approx Plum. HEX triplet: D6, 91 and D3. RGB value is (214,145,211). Sum of RGB (Red+Green+Blue) = 214+145+211=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D3 is #296E2C. Grayscale: #ACACAC. Windows color (decimal): -2715181 or 13865430. OLE color: 13865430.

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

Color convert

RGB214145211-
CMYK00.320.010.16
HSL302.61º45.7%70.39%-
HSV(B)302.61º32.24%83.92%-
XYZ49.6139.2566.59-
YUV173.16149.36157.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=37.54%
G=25.44%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414521100.320.010.16302.6145.770.39
HexD691D302011012f2e46
Octal32622132304012045756106
Binary11010110100100011101001101000001100001001011111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691D3; }

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

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

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

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

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

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

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

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