Html Css Color HEX #D18EDB Plum

📋 copy color: '#D18EDB'

red 209 ◦ green 142 ◦ blue 219

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

Shades of Plum #D18EDB

Tints of Plum #D18EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 36.67%
G = 24.91%
B = 38.42%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D18EDB (or 0xD18EDB) is known color: Plum. HEX triplet: D1, 8E and DB. RGB value is (209,142,219). Sum of RGB (Red+Green+Blue) = 209+142+219=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDB is #2E7124. Grayscale: #AAAAAA. Windows color (decimal): -3043621 or 14388945. OLE color: 14388945.

HSL color Cylindrical-coordinate representation of color #D18EDB: hue angle of 292.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18EDB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 142 219 -
CMYK 0.05 0.35 0 0.14
HSL 292.21º 0.52% 0.71% -
HSV(B) 292.21º 0.35% 0.86% -
XYZ 48.75 38.02 71.79 -
YUV 170.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 209 142 219 0.05 0.35 0 0.14 292.21 0.52 0.71
Hex D1 8E DB 5 23 0 E 124 34 47
Octal 321 216 333 5 43 0 16 444 64 107
Binary 11010001 10001110 11011011 101 100011 0 1110 100100100 110100 1000111

Color Harmonies of #D18EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18EDB

Black with #D18EDB

Text Example


Text Example

White with #D18EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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