Html Css Color HEX #D18AD9 Plum

📋 copy color: '#D18AD9'

red 209 ◦ green 138 ◦ blue 217

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

Shades of Plum #D18AD9

Tints of Plum #D18AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 37.06%
G = 24.47%
B = 38.48%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18AD9 (or 0xD18AD9) is known color: Plum. HEX triplet: D1, 8A and D9. RGB value is (209,138,217). Sum of RGB (Red+Green+Blue) = 209+138+217=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #D18AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD9 is #2E7526. Grayscale: #A7A7A7. Windows color (decimal): -3044647 or 14256849. OLE color: 14256849.

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

Color convert

RGB 209 138 217 -
CMYK 0.04 0.36 0 0.15
HSL 293.92º 0.51% 0.7% -
HSV(B) 293.92º 0.36% 0.85% -
XYZ 47.91 36.74 70.21 -
YUV 168.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 209 138 217 0.04 0.36 0 0.15 293.92 0.51 0.7
Hex D1 8A D9 4 24 0 F 126 33 46
Octal 321 212 331 4 44 0 17 446 63 106
Binary 11010001 10001010 11011001 100 100100 0 1111 100100110 110011 1000110

Color Harmonies of #D18AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18AD9

Black with #D18AD9

Text Example


Text Example

White with #D18AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18AD9; }

 p { color: rgb(209,138,217); }

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

background-color css

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

 a { background-color: rgb(209,138,217); }

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

border-color css

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

 span { border-color: rgb(209,138,217); }

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