Html Css Color HEX #D18DD7 Plum

📋 copy color: '#D18DD7'

red 209 ◦ green 141 ◦ blue 215

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

Shades of Plum #D18DD7

Tints of Plum #D18DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 36.99%
G = 24.96%
B = 38.05%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18DD7 (or 0xD18DD7) is known color: Plum. HEX triplet: D1, 8D and D7. RGB value is (209,141,215). Sum of RGB (Red+Green+Blue) = 209+141+215=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #D18DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD7 is #2E7228. Grayscale: #A9A9A9. Windows color (decimal): -3043881 or 14126545. OLE color: 14126545.

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

Color convert

RGB 209 141 215 -
CMYK 0.03 0.34 0 0.16
HSL 295.14º 0.48% 0.7% -
HSV(B) 295.14º 0.34% 0.84% -
XYZ 48.09 37.51 69 -
YUV 169.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 209 141 215 0.03 0.34 0 0.16 295.14 0.48 0.7
Hex D1 8D D7 3 22 0 10 127 30 46
Octal 321 215 327 3 42 0 20 447 60 106
Binary 11010001 10001101 11010111 11 100010 0 10000 100100111 110000 1000110

Color Harmonies of #D18DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DD7

Black with #D18DD7

Text Example


Text Example

White with #D18DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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