Html Css Color HEX #D693E0 Plum

📋 copy color: '#D693E0'

red 214 ◦ green 147 ◦ blue 224

#D693E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D693E0

Tints of Plum #D693E0

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 value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D693E0 (or 0xD693E0) is known color: 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

RGB 214 147 224 -
CMYK 0.04 0.34 0 0.12
HSL 292.21º 0.55% 0.73% -
HSV(B) 292.21º 0.34% 0.88% -
XYZ 51.62 40.55 75.63 -
YUV 175.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 214 147 224 0.04 0.34 0 0.12 292.21 0.55 0.73
Hex D6 93 E0 4 22 0 C 124 37 49
Octal 326 223 340 4 42 0 14 444 67 111
Binary 11010110 10010011 11100000 100 100010 0 1100 100100100 110111 1001001

Color Harmonies of #D693E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693E0

Black with #D693E0

Text Example


Text Example

White with #D693E0

Text Example


Text Example

HTML Codes & Css Web 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>