#D692DF

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

Shades of Plum #D692DF

Tints of Plum #D692DF

Color information

#D692DF (or 0xD692DF) is unknown color: approx Plum. HEX triplet: D6, 92 and DF. RGB value is (214,146,223). Sum of RGB (Red+Green+Blue) = 214+146+223=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D692DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692DF is #296D20. Grayscale: #AEAEAE. Windows color (decimal): -2714913 or 14652118. OLE color: 14652118.

HSL color Cylindrical-coordinate representation of color #D692DF: hue angle of 292.99º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D692DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214146223-
CMYK0.040.3500.13
HSL292.99º54.61%72.35%-
HSV(B)292.99º34.53%87.45%-
XYZ51.3340.1874.86-
YUV175.11155.03155.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=36.71%
G=25.04%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141462230.040.3500.13292.9954.6172.35
HexD692DF4230D1253748
Octal32622233744301544567110
Binary110101101001001011011111100100011011011001001011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692DF; }

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

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

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

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

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

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

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

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