Html Css Color HEX #D18AD6 Plum

📋 copy color: '#D18AD6'

red 209 ◦ green 138 ◦ blue 214

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

Shades of Plum #D18AD6

Tints of Plum #D18AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 37.25%
G = 24.6%
B = 38.15%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18AD6 (or 0xD18AD6) is known color: Plum. HEX triplet: D1, 8A and D6. RGB value is (209,138,214). Sum of RGB (Red+Green+Blue) = 209+138+214=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD6 is #2E7529. Grayscale: #A7A7A7. Windows color (decimal): -3044650 or 14060241. OLE color: 14060241.

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

Color convert

RGB 209 138 214 -
CMYK 0.02 0.36 0 0.16
HSL 296.05º 0.48% 0.69% -
HSV(B) 296.05º 0.36% 0.84% -
XYZ 47.52 36.59 68.18 -
YUV 167.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 209 138 214 0.02 0.36 0 0.16 296.05 0.48 0.69
Hex D1 8A D6 2 24 0 10 128 30 45
Octal 321 212 326 2 44 0 20 450 60 105
Binary 11010001 10001010 11010110 10 100100 0 10000 100101000 110000 1000101

Color Harmonies of #D18AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18AD6

Black with #D18AD6

Text Example


Text Example

White with #D18AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18AD6; }

 p { color: rgb(209,138,214); }

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

background-color css

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

 a { background-color: rgb(209,138,214); }

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

border-color css

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

 span { border-color: rgb(209,138,214); }

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