Html Css Color HEX #D18ED3 Plum

📋 copy color: '#D18ED3'

red 209 ◦ green 142 ◦ blue 211

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

Shades of Plum #D18ED3

Tints of Plum #D18ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 37.19%
G = 25.27%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D18ED3 (or 0xD18ED3) is known color: Plum. HEX triplet: D1, 8E and D3. RGB value is (209,142,211). Sum of RGB (Red+Green+Blue) = 209+142+211=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #D18ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED3 is #2E712C. Grayscale: #A9A9A9. Windows color (decimal): -3043629 or 13864657. OLE color: 13864657.

HSL color Cylindrical-coordinate representation of color #D18ED3: hue angle of 298.26º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18ED3 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 142 211 -
CMYK 0.01 0.33 0 0.17
HSL 298.26º 0.44% 0.69% -
HSV(B) 298.26º 0.33% 0.83% -
XYZ 47.73 37.6 66.37 -
YUV 169.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 209 142 211 0.01 0.33 0 0.17 298.26 0.44 0.69
Hex D1 8E D3 1 21 0 11 12A 2C 45
Octal 321 216 323 1 41 0 21 452 54 105
Binary 11010001 10001110 11010011 1 100001 0 10001 100101010 101100 1000101

Color Harmonies of #D18ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18ED3

Black with #D18ED3

Text Example


Text Example

White with #D18ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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