Html Css Color HEX #D18ADB Plum

📋 copy color: '#D18ADB'

red 209 ◦ green 138 ◦ blue 219

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

Shades of Plum #D18ADB

Tints of Plum #D18ADB

RGB

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

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

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

R = 36.93%
G = 24.38%
B = 38.69%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D18ADB (or 0xD18ADB) is known color: Plum. HEX triplet: D1, 8A and DB. RGB value is (209,138,219). Sum of RGB (Red+Green+Blue) = 209+138+219=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ADB is #2E7524. Grayscale: #A8A8A8. Windows color (decimal): -3044645 or 14387921. OLE color: 14387921.

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

Color convert

RGB 209 138 219 -
CMYK 0.05 0.37 0 0.14
HSL 292.59º 0.53% 0.7% -
HSV(B) 292.59º 0.37% 0.86% -
XYZ 48.17 36.85 71.59 -
YUV 168.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 209 138 219 0.05 0.37 0 0.14 292.59 0.53 0.7
Hex D1 8A DB 5 25 0 E 125 35 46
Octal 321 212 333 5 45 0 16 445 65 106
Binary 11010001 10001010 11011011 101 100101 0 1110 100100101 110101 1000110

Color Harmonies of #D18ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18ADB

Black with #D18ADB

Text Example


Text Example

White with #D18ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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