Html Css Color HEX #D18DD5 Plum

📋 copy color: '#D18DD5'

red 209 ◦ green 141 ◦ blue 213

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

Shades of Plum #D18DD5

Tints of Plum #D18DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 37.12%
G = 25.04%
B = 37.83%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18DD5 (or 0xD18DD5) is known color: Plum. HEX triplet: D1, 8D and D5. RGB value is (209,141,213). Sum of RGB (Red+Green+Blue) = 209+141+213=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #D18DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD5 is #2E722A. Grayscale: #A9A9A9. Windows color (decimal): -3043883 or 13995473. OLE color: 13995473.

HSL color Cylindrical-coordinate representation of color #D18DD5: hue angle of 296.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18DD5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 141 213 -
CMYK 0.02 0.34 0 0.16
HSL 296.67º 0.46% 0.69% -
HSV(B) 296.67º 0.34% 0.84% -
XYZ 47.83 37.41 67.65 -
YUV 169.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 209 141 213 0.02 0.34 0 0.16 296.67 0.46 0.69
Hex D1 8D D5 2 22 0 10 129 2E 45
Octal 321 215 325 2 42 0 20 451 56 105
Binary 11010001 10001101 11010101 10 100010 0 10000 100101001 101110 1000101

Color Harmonies of #D18DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DD5

Black with #D18DD5

Text Example


Text Example

White with #D18DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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