Html Css Color HEX #D18FD8 Plum

📋 copy color: '#D18FD8'

red 209 ◦ green 143 ◦ blue 216

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

Shades of Plum #D18FD8

Tints of Plum #D18FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 36.8%
G = 25.18%
B = 38.03%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D18FD8 (or 0xD18FD8) is known color: Plum. HEX triplet: D1, 8F and D8. RGB value is (209,143,216). Sum of RGB (Red+Green+Blue) = 209+143+216=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #D18FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FD8 is #2E7027. Grayscale: #AAAAAA. Windows color (decimal): -3043368 or 14192593. OLE color: 14192593.

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

Color convert

RGB 209 143 216 -
CMYK 0.03 0.34 0 0.15
HSL 294.25º 0.48% 0.7% -
HSV(B) 294.25º 0.34% 0.85% -
XYZ 48.51 38.16 69.77 -
YUV 171.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 209 143 216 0.03 0.34 0 0.15 294.25 0.48 0.7
Hex D1 8F D8 3 22 0 F 126 30 46
Octal 321 217 330 3 42 0 17 446 60 106
Binary 11010001 10001111 11011000 11 100010 0 1111 100100110 110000 1000110

Color Harmonies of #D18FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18FD8

Black with #D18FD8

Text Example


Text Example

White with #D18FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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