#D692E1

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

Shades of Plum #D692E1

Tints of Plum #D692E1

Color information

#D692E1 (or 0xD692E1) is unknown color: approx Plum. HEX triplet: D6, 92 and E1. RGB value is (214,146,225). Sum of RGB (Red+Green+Blue) = 214+146+225=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #D692E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692E1 is #296D1E. Grayscale: #AFAFAF. Windows color (decimal): -2714911 or 14783190. OLE color: 14783190.

HSL color Cylindrical-coordinate representation of color #D692E1: hue angle of 291.65º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D692E1 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214146225-
CMYK0.050.3500.12
HSL291.65º56.83%72.75%-
HSV(B)291.65º35.11%88.24%-
XYZ51.640.2976.29-
YUV175.34156.03155.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=36.58%
G=24.96%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141462250.050.3500.12291.6556.8372.75
HexD692E15230C1243949
Octal32622234154301444471111
Binary110101101001001011100001101100011011001001001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692E1; }

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

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

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

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

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

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

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

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