Html Css Color HEX #D18BDC Plum

📋 copy color: '#D18BDC'

red 209 ◦ green 139 ◦ blue 220

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

Shades of Plum #D18BDC

Tints of Plum #D18BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 36.8%
G = 24.47%
B = 38.73%

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

#D18BDC (or 0xD18BDC) is known color: Plum. HEX triplet: D1, 8B and DC. RGB value is (209,139,220). Sum of RGB (Red+Green+Blue) = 209+139+220=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D18BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BDC is #2E7423. Grayscale: #A8A8A8. Windows color (decimal): -3044388 or 14453713. OLE color: 14453713.

HSL color Cylindrical-coordinate representation of color #D18BDC: hue angle of 291.85º degrees, saturation: 0.54, 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 #D18BDC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 139 220 -
CMYK 0.05 0.37 0 0.14
HSL 291.85º 0.54% 0.7% -
HSV(B) 291.85º 0.37% 0.86% -
XYZ 48.45 37.19 72.33 -
YUV 169.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 209 139 220 0.05 0.37 0 0.14 291.85 0.54 0.7
Hex D1 8B DC 5 25 0 E 124 36 46
Octal 321 213 334 5 45 0 16 444 66 106
Binary 11010001 10001011 11011100 101 100101 0 1110 100100100 110110 1000110

Color Harmonies of #D18BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18BDC

Black with #D18BDC

Text Example


Text Example

White with #D18BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18BDC; }

 p { color: rgb(209,139,220); }

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

background-color css

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

 a { background-color: rgb(209,139,220); }

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

border-color css

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

 span { border-color: rgb(209,139,220); }

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