Html Css Color HEX #D18EDA Plum

📋 copy color: '#D18EDA'

red 209 ◦ green 142 ◦ blue 218

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

Shades of Plum #D18EDA

Tints of Plum #D18EDA

RGB

 RED value IS 209 (82.03% from 255) = 36.73%

 GREEN value IS 142 (55.86% from 255) = 24.96%

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 36.73%
G = 24.96%
B = 38.31%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18EDA (or 0xD18EDA) is known color: Plum. HEX triplet: D1, 8E and DA. RGB value is (209,142,218). Sum of RGB (Red+Green+Blue) = 209+142+218=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D18EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDA is #2E7125. Grayscale: #AAAAAA. Windows color (decimal): -3043622 or 14323409. OLE color: 14323409.

HSL color Cylindrical-coordinate representation of color #D18EDA: hue angle of 292.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18EDA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 142 218 -
CMYK 0.04 0.35 0 0.15
HSL 292.89º 0.51% 0.71% -
HSV(B) 292.89º 0.35% 0.85% -
XYZ 48.62 37.96 71.09 -
YUV 170.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 209 142 218 0.04 0.35 0 0.15 292.89 0.51 0.71
Hex D1 8E DA 4 23 0 F 125 33 47
Octal 321 216 332 4 43 0 17 445 63 107
Binary 11010001 10001110 11011010 100 100011 0 1111 100100101 110011 1000111

Color Harmonies of #D18EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18EDA

Black with #D18EDA

Text Example


Text Example

White with #D18EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18EDA; }

 p { color: rgb(209,142,218); }

 H1.HeaderClassName
 {
   color: #D18EDA;
 }
 .AnyTagClassName
 {
   color: #D18EDA;
 }
</style>

background-color css

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

 a { background-color: rgb(209,142,218); }

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

border-color css

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

 span { border-color: rgb(209,142,218); }

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