Html Css Color HEX #D18DD8 Plum

📋 copy color: '#D18DD8'

red 209 ◦ green 141 ◦ blue 216

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

Shades of Plum #D18DD8

Tints of Plum #D18DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 36.93%
G = 24.91%
B = 38.16%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18DD8 (or 0xD18DD8) is known color: Plum. HEX triplet: D1, 8D and D8. RGB value is (209,141,216). Sum of RGB (Red+Green+Blue) = 209+141+216=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #D18DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD8 is #2E7227. Grayscale: #A9A9A9. Windows color (decimal): -3043880 or 14192081. OLE color: 14192081.

HSL color Cylindrical-coordinate representation of color #D18DD8: hue angle of 294.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18DD8 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 141 216 -
CMYK 0.03 0.35 0 0.15
HSL 294.4º 0.49% 0.7% -
HSV(B) 294.4º 0.35% 0.85% -
XYZ 48.21 37.56 69.67 -
YUV 169.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 209 141 216 0.03 0.35 0 0.15 294.4 0.49 0.7
Hex D1 8D D8 3 23 0 F 126 31 46
Octal 321 215 330 3 43 0 17 446 61 106
Binary 11010001 10001101 11011000 11 100011 0 1111 100100110 110001 1000110

Color Harmonies of #D18DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DD8

Black with #D18DD8

Text Example


Text Example

White with #D18DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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