Html Css Color HEX #D18DDA Plum

📋 copy color: '#D18DDA'

red 209 ◦ green 141 ◦ blue 218

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

Shades of Plum #D18DDA

Tints of Plum #D18DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 36.8%
G = 24.82%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18DDA (or 0xD18DDA) is known color: Plum. HEX triplet: D1, 8D and DA. RGB value is (209,141,218). Sum of RGB (Red+Green+Blue) = 209+141+218=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D18DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DDA is #2E7225. Grayscale: #A9A9A9. Windows color (decimal): -3043878 or 14323153. OLE color: 14323153.

HSL color Cylindrical-coordinate representation of color #D18DDA: hue angle of 292.99º degrees, saturation: 0.51, 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 #D18DDA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 141 218 -
CMYK 0.04 0.35 0 0.15
HSL 292.99º 0.51% 0.7% -
HSV(B) 292.99º 0.35% 0.85% -
XYZ 48.47 37.67 71.05 -
YUV 170.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 209 141 218 0.04 0.35 0 0.15 292.99 0.51 0.7
Hex D1 8D DA 4 23 0 F 125 33 46
Octal 321 215 332 4 43 0 17 445 63 106
Binary 11010001 10001101 11011010 100 100011 0 1111 100100101 110011 1000110

Color Harmonies of #D18DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DDA

Black with #D18DDA

Text Example


Text Example

White with #D18DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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