Html Css Color HEX #D18CD2 Plum

📋 copy color: '#D18CD2'

red 209 ◦ green 140 ◦ blue 210

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

Shades of Plum #D18CD2

Tints of Plum #D18CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 37.39%
G = 25.04%
B = 37.57%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D18CD2 (or 0xD18CD2) is known color: Plum. HEX triplet: D1, 8C and D2. RGB value is (209,140,210). Sum of RGB (Red+Green+Blue) = 209+140+210=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #D18CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CD2 is #2E732D. Grayscale: #A8A8A8. Windows color (decimal): -3044142 or 13798609. OLE color: 13798609.

HSL color Cylindrical-coordinate representation of color #D18CD2: hue angle of 299.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CD2 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 140 210 -
CMYK 0.00 0.33 0 0.18
HSL 299.14º 0.44% 0.69% -
HSV(B) 299.14º 0.33% 0.82% -
XYZ 47.31 36.96 65.61 -
YUV 168.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 209 140 210 0.00 0.33 0 0.18 299.14 0.44 0.69
Hex D1 8C D2 0 21 0 12 12B 2C 45
Octal 321 214 322 0 41 0 22 453 54 105
Binary 11010001 10001100 11010010 0 100001 0 10010 100101011 101100 1000101

Color Harmonies of #D18CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CD2

Black with #D18CD2

Text Example


Text Example

White with #D18CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CD2; }

 p { color: rgb(209,140,210); }

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

background-color css

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

 a { background-color: rgb(209,140,210); }

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

border-color css

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

 span { border-color: rgb(209,140,210); }

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