#D691D4

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

Shades of Plum #D691D4

Tints of Plum #D691D4

Color information

#D691D4 (or 0xD691D4) is unknown color: approx Plum. HEX triplet: D6, 91 and D4. RGB value is (214,145,212). Sum of RGB (Red+Green+Blue) = 214+145+212=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D4 is #296E2B. Grayscale: #ADADAD. Windows color (decimal): -2715180 or 13930966. OLE color: 13930966.

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

Color convert

RGB214145212-
CMYK00.320.010.16
HSL301.74º45.7%70.39%-
HSV(B)301.74º32.24%83.92%-
XYZ49.7439.367.25-
YUV173.27149.86157.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=37.48%
G=25.39%
B=37.13%

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
Decimal21414521200.320.010.16301.7445.770.39
HexD691D402011012e2e46
Octal32622132404012045656106
Binary11010110100100011101010001000001100001001011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691D4; }

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

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

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

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

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

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

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

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