Html Css Color HEX #D18FDB Plum

📋 copy color: '#D18FDB'

red 209 ◦ green 143 ◦ blue 219

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

Shades of Plum #D18FDB

Tints of Plum #D18FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.04%

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

R = 36.6%
G = 25.04%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D18FDB (or 0xD18FDB) is known color: Plum. HEX triplet: D1, 8F and DB. RGB value is (209,143,219). Sum of RGB (Red+Green+Blue) = 209+143+219=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDB is #2E7024. Grayscale: #ABABAB. Windows color (decimal): -3043365 or 14389201. OLE color: 14389201.

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

Color convert

RGB 209 143 219 -
CMYK 0.05 0.35 0 0.14
HSL 292.11º 0.51% 0.71% -
HSV(B) 292.11º 0.35% 0.86% -
XYZ 48.9 38.31 71.84 -
YUV 171.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 209 143 219 0.05 0.35 0 0.14 292.11 0.51 0.71
Hex D1 8F DB 5 23 0 E 124 33 47
Octal 321 217 333 5 43 0 16 444 63 107
Binary 11010001 10001111 11011011 101 100011 0 1110 100100100 110011 1000111

Color Harmonies of #D18FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18FDB

Black with #D18FDB

Text Example


Text Example

White with #D18FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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