Html Css Color HEX #D18AD7 Plum

📋 copy color: '#D18AD7'

red 209 ◦ green 138 ◦ blue 215

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

Shades of Plum #D18AD7

Tints of Plum #D18AD7

RGB

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

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

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

R = 37.19%
G = 24.56%
B = 38.26%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18AD7 (or 0xD18AD7) is known color: Plum. HEX triplet: D1, 8A and D7. RGB value is (209,138,215). Sum of RGB (Red+Green+Blue) = 209+138+215=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #D18AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD7 is #2E7528. Grayscale: #A7A7A7. Windows color (decimal): -3044649 or 14125777. OLE color: 14125777.

HSL color Cylindrical-coordinate representation of color #D18AD7: hue angle of 295.32º degrees, saturation: 0.49, 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 #D18AD7 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 138 215 -
CMYK 0.03 0.36 0 0.16
HSL 295.32º 0.49% 0.69% -
HSV(B) 295.32º 0.36% 0.84% -
XYZ 47.65 36.64 68.85 -
YUV 168.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 209 138 215 0.03 0.36 0 0.16 295.32 0.49 0.69
Hex D1 8A D7 3 24 0 10 127 31 45
Octal 321 212 327 3 44 0 20 447 61 105
Binary 11010001 10001010 11010111 11 100100 0 10000 100100111 110001 1000101

Color Harmonies of #D18AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18AD7

Black with #D18AD7

Text Example


Text Example

White with #D18AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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