Html Css Color HEX #D188DB Plum

📋 copy color: '#D188DB'

red 209 ◦ green 136 ◦ blue 219

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

Shades of Plum #D188DB

Tints of Plum #D188DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.11%

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

R = 37.06%
G = 24.11%
B = 38.83%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D188DB (or 0xD188DB) is known color: Plum. HEX triplet: D1, 88 and DB. RGB value is (209,136,219). Sum of RGB (Red+Green+Blue) = 209+136+219=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D188DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188DB is #2E7724. Grayscale: #A7A7A7. Windows color (decimal): -3045157 or 14387409. OLE color: 14387409.

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

Color convert

RGB 209 136 219 -
CMYK 0.05 0.38 0 0.14
HSL 292.77º 0.54% 0.7% -
HSV(B) 292.77º 0.38% 0.86% -
XYZ 47.88 36.28 71.5 -
YUV 167.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 209 136 219 0.05 0.38 0 0.14 292.77 0.54 0.7
Hex D1 88 DB 5 26 0 E 125 36 46
Octal 321 210 333 5 46 0 16 445 66 106
Binary 11010001 10001000 11011011 101 100110 0 1110 100100101 110110 1000110

Color Harmonies of #D188DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188DB

Black with #D188DB

Text Example


Text Example

White with #D188DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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