Html Css Color HEX #D18FD6 Plum

📋 copy color: '#D18FD6'

red 209 ◦ green 143 ◦ blue 214

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

Shades of Plum #D18FD6

Tints of Plum #D18FD6

RGB

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

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

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

R = 36.93%
G = 25.27%
B = 37.81%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D18FD6 (or 0xD18FD6) is known color: Plum. HEX triplet: D1, 8F and D6. RGB value is (209,143,214). Sum of RGB (Red+Green+Blue) = 209+143+214=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FD6 is #2E7029. Grayscale: #AAAAAA. Windows color (decimal): -3043370 or 14061521. OLE color: 14061521.

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

Color convert

RGB 209 143 214 -
CMYK 0.02 0.33 0 0.16
HSL 295.77º 0.46% 0.7% -
HSV(B) 295.77º 0.33% 0.84% -
XYZ 48.25 38.06 68.42 -
YUV 170.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 209 143 214 0.02 0.33 0 0.16 295.77 0.46 0.7
Hex D1 8F D6 2 21 0 10 128 2E 46
Octal 321 217 326 2 41 0 20 450 56 106
Binary 11010001 10001111 11010110 10 100001 0 10000 100101000 101110 1000110

Color Harmonies of #D18FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18FD6

Black with #D18FD6

Text Example


Text Example

White with #D18FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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