#D692D8

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

Shades of Plum #D692D8

Tints of Plum #D692D8

Color information

#D692D8 (or 0xD692D8) is unknown color: approx Plum. HEX triplet: D6, 92 and D8. RGB value is (214,146,216). Sum of RGB (Red+Green+Blue) = 214+146+216=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D692D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692D8 is #296D27. Grayscale: #AEAEAE. Windows color (decimal): -2714920 or 14193366. OLE color: 14193366.

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

Color convert

RGB214146216-
CMYK0.010.3200.15
HSL298.29º47.3%70.98%-
HSV(B)298.29º32.41%84.71%-
XYZ50.4139.8169.99-
YUV174.31151.53156.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=37.15%
G=25.35%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141462160.010.3200.15298.2947.370.98
HexD692D81200F12a2f47
Octal32622233014001745257107
Binary1101011010010010110110001100000011111001010101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692D8; }

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

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

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

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

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

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

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

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