Html Css Color HEX #D18CDB Plum

📋 copy color: '#D18CDB'

red 209 ◦ green 140 ◦ blue 219

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

Shades of Plum #D18CDB

Tints of Plum #D18CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 36.8%
G = 24.65%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D18CDB (or 0xD18CDB) is known color: Plum. HEX triplet: D1, 8C and DB. RGB value is (209,140,219). Sum of RGB (Red+Green+Blue) = 209+140+219=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDB is #2E7324. Grayscale: #A9A9A9. Windows color (decimal): -3044133 or 14388433. OLE color: 14388433.

HSL color Cylindrical-coordinate representation of color #D18CDB: hue angle of 292.41º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18CDB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 140 219 -
CMYK 0.05 0.36 0 0.14
HSL 292.41º 0.52% 0.7% -
HSV(B) 292.41º 0.36% 0.86% -
XYZ 48.46 37.43 71.69 -
YUV 169.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 209 140 219 0.05 0.36 0 0.14 292.41 0.52 0.7
Hex D1 8C DB 5 24 0 E 124 34 46
Octal 321 214 333 5 44 0 16 444 64 106
Binary 11010001 10001100 11011011 101 100100 0 1110 100100100 110100 1000110

Color Harmonies of #D18CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CDB

Black with #D18CDB

Text Example


Text Example

White with #D18CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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