Html Css Color HEX #D18DDB Plum

📋 copy color: '#D18DDB'

red 209 ◦ green 141 ◦ blue 219

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

Shades of Plum #D18DDB

Tints of Plum #D18DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.78%

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

R = 36.73%
G = 24.78%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D18DDB (or 0xD18DDB) is known color: Plum. HEX triplet: D1, 8D and DB. RGB value is (209,141,219). Sum of RGB (Red+Green+Blue) = 209+141+219=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DDB is #2E7224. Grayscale: #A9A9A9. Windows color (decimal): -3043877 or 14388689. OLE color: 14388689.

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

Color convert

RGB 209 141 219 -
CMYK 0.05 0.36 0 0.14
HSL 292.31º 0.52% 0.71% -
HSV(B) 292.31º 0.36% 0.86% -
XYZ 48.61 37.72 71.74 -
YUV 170.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 209 141 219 0.05 0.36 0 0.14 292.31 0.52 0.71
Hex D1 8D DB 5 24 0 E 124 34 47
Octal 321 215 333 5 44 0 16 444 64 107
Binary 11010001 10001101 11011011 101 100100 0 1110 100100100 110100 1000111

Color Harmonies of #D18DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DDB

Black with #D18DDB

Text Example


Text Example

White with #D18DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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