Html Css Color HEX #D18ED5 Plum

📋 copy color: '#D18ED5'

red 209 ◦ green 142 ◦ blue 213

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

Shades of Plum #D18ED5

Tints of Plum #D18ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 37.06%
G = 25.18%
B = 37.77%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18ED5 (or 0xD18ED5) is known color: Plum. HEX triplet: D1, 8E and D5. RGB value is (209,142,213). Sum of RGB (Red+Green+Blue) = 209+142+213=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #D18ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED5 is #2E712A. Grayscale: #A9A9A9. Windows color (decimal): -3043627 or 13995729. OLE color: 13995729.

HSL color Cylindrical-coordinate representation of color #D18ED5: hue angle of 296.62º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18ED5 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 142 213 -
CMYK 0.02 0.33 0 0.16
HSL 296.62º 0.46% 0.7% -
HSV(B) 296.62º 0.33% 0.84% -
XYZ 47.98 37.71 67.7 -
YUV 170.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 209 142 213 0.02 0.33 0 0.16 296.62 0.46 0.7
Hex D1 8E D5 2 21 0 10 129 2E 46
Octal 321 216 325 2 41 0 20 451 56 106
Binary 11010001 10001110 11010101 10 100001 0 10000 100101001 101110 1000110

Color Harmonies of #D18ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18ED5

Black with #D18ED5

Text Example


Text Example

White with #D18ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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