Html Css Color HEX #D18AD4 Plum

📋 copy color: '#D18AD4'

red 209 ◦ green 138 ◦ blue 212

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

Shades of Plum #D18AD4

Tints of Plum #D18AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 37.39%
G = 24.69%
B = 37.92%

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

#D18AD4 (or 0xD18AD4) is known color: Plum. HEX triplet: D1, 8A and D4. RGB value is (209,138,212). Sum of RGB (Red+Green+Blue) = 209+138+212=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #D18AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD4 is #2E752B. Grayscale: #A7A7A7. Windows color (decimal): -3044652 or 13929169. OLE color: 13929169.

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

Color convert

RGB 209 138 212 -
CMYK 0.01 0.35 0 0.17
HSL 297.57º 0.46% 0.69% -
HSV(B) 297.57º 0.35% 0.83% -
XYZ 47.27 36.49 66.84 -
YUV 167.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 209 138 212 0.01 0.35 0 0.17 297.57 0.46 0.69
Hex D1 8A D4 1 23 0 11 12A 2E 45
Octal 321 212 324 1 43 0 21 452 56 105
Binary 11010001 10001010 11010100 1 100011 0 10001 100101010 101110 1000101

Color Harmonies of #D18AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18AD4

Black with #D18AD4

Text Example


Text Example

White with #D18AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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