#D692D9

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

Shades of Plum #D692D9

Tints of Plum #D692D9

Color information

#D692D9 (or 0xD692D9) is unknown color: approx Plum. HEX triplet: D6, 92 and D9. RGB value is (214,146,217). Sum of RGB (Red+Green+Blue) = 214+146+217=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #D692D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692D9 is #296D26. Grayscale: #AEAEAE. Windows color (decimal): -2714919 or 14258902. OLE color: 14258902.

HSL color Cylindrical-coordinate representation of color #D692D9: hue angle of 297.46º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D692D9 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214146217-
CMYK0.010.3300.15
HSL297.46º48.3%71.18%-
HSV(B)297.46º32.72%85.1%-
XYZ50.5339.8670.68-
YUV174.43152.03156.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=37.09%
G=25.30%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141462170.010.3300.15297.4648.371.18
HexD692D91210F1293047
Octal32622233114101745160107
Binary1101011010010010110110011100001011111001010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692D9; }

 p { color: rgb(214,146,217); }

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

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

 a { background-color: rgb(214,146,217); }

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

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

 span { border-color: rgb(214,146,217); }

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