Html Css Color HEX #D18FDA Plum

📋 copy color: '#D18FDA'

red 209 ◦ green 143 ◦ blue 218

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

Shades of Plum #D18FDA

Tints of Plum #D18FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

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

R = 36.67%
G = 25.09%
B = 38.25%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18FDA (or 0xD18FDA) is known color: Plum. HEX triplet: D1, 8F and DA. RGB value is (209,143,218). Sum of RGB (Red+Green+Blue) = 209+143+218=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D18FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDA is #2E7025. Grayscale: #ABABAB. Windows color (decimal): -3043366 or 14323665. OLE color: 14323665.

HSL color Cylindrical-coordinate representation of color #D18FDA: hue angle of 292.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18FDA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 143 218 -
CMYK 0.04 0.34 0 0.15
HSL 292.8º 0.5% 0.71% -
HSV(B) 292.8º 0.34% 0.85% -
XYZ 48.77 38.26 71.14 -
YUV 171.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 209 143 218 0.04 0.34 0 0.15 292.8 0.5 0.71
Hex D1 8F DA 4 22 0 F 125 32 47
Octal 321 217 332 4 42 0 17 445 62 107
Binary 11010001 10001111 11011010 100 100010 0 1111 100100101 110010 1000111

Color Harmonies of #D18FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18FDA

Black with #D18FDA

Text Example


Text Example

White with #D18FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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