Html Css Color HEX #D18AD3 Plum

📋 copy color: '#D18AD3'

red 209 ◦ green 138 ◦ blue 211

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

Shades of Plum #D18AD3

Tints of Plum #D18AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 37.46%
G = 24.73%
B = 37.81%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D18AD3 (or 0xD18AD3) is known color: Plum. HEX triplet: D1, 8A and D3. RGB value is (209,138,211). Sum of RGB (Red+Green+Blue) = 209+138+211=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #D18AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD3 is #2E752C. Grayscale: #A7A7A7. Windows color (decimal): -3044653 or 13863633. OLE color: 13863633.

HSL color Cylindrical-coordinate representation of color #D18AD3: hue angle of 298.36º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18AD3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 138 211 -
CMYK 0.01 0.35 0 0.17
HSL 298.36º 0.45% 0.68% -
HSV(B) 298.36º 0.35% 0.83% -
XYZ 47.14 36.44 66.18 -
YUV 167.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 209 138 211 0.01 0.35 0 0.17 298.36 0.45 0.68
Hex D1 8A D3 1 23 0 11 12A 2D 44
Octal 321 212 323 1 43 0 21 452 55 104
Binary 11010001 10001010 11010011 1 100011 0 10001 100101010 101101 1000100

Color Harmonies of #D18AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18AD3

Black with #D18AD3

Text Example


Text Example

White with #D18AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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