#D690E4

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

Shades of Plum #D690E4

Tints of Plum #D690E4

Color information

#D690E4 (or 0xD690E4) is unknown color: approx Plum. HEX triplet: D6, 90 and E4. RGB value is (214,144,228). Sum of RGB (Red+Green+Blue) = 214+144+228=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D690E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690E4 is #296F1B. Grayscale: #AEAEAE. Windows color (decimal): -2715420 or 14979286. OLE color: 14979286.

HSL color Cylindrical-coordinate representation of color #D690E4: hue angle of 290º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D690E4 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214144228-
CMYK0.060.3700.11
HSL290º60.87%72.94%-
HSV(B)290º36.84%89.41%-
XYZ51.7139.8478.36-
YUV174.51158.19156.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 228 (89.45% from 255) = 38.91%
R=36.52%
G=24.57%
B=38.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141442280.060.3700.1129060.8772.94
HexD690E46250B1223d49
Octal32622034464501344275111
Binary110101101001000011100100110100101010111001000101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690E4; }

 p { color: rgb(214,144,228); }

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

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

 a { background-color: rgb(214,144,228); }

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

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

 span { border-color: rgb(214,144,228); }

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