#D693E0

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

Shades of Plum #D693E0

Tints of Plum #D693E0

Color information

#D693E0 (or 0xD693E0) is unknown color: approx Plum. HEX triplet: D6, 93 and E0. RGB value is (214,147,224). Sum of RGB (Red+Green+Blue) = 214+147+224=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #D693E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693E0 is #296C1F. Grayscale: #AFAFAF. Windows color (decimal): -2714656 or 14717910. OLE color: 14717910.

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

Color convert

RGB214147224-
CMYK0.040.3400.12
HSL292.21º55.4%72.75%-
HSV(B)292.21º34.38%87.84%-
XYZ51.6240.5575.63-
YUV175.81155.2155.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=36.58%
G=25.13%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141472240.040.3400.12292.2155.472.75
HexD693E04220C1243749
Octal32622334044201444467111
Binary110101101001001111100000100100010011001001001001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693E0; }

 p { color: rgb(214,147,224); }

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

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

 a { background-color: rgb(214,147,224); }

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

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

 span { border-color: rgb(214,147,224); }

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