Html Css Color HEX #D188DC Plum

📋 copy color: '#D188DC'

red 209 ◦ green 136 ◦ blue 220

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

Shades of Plum #D188DC

Tints of Plum #D188DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 36.99%
G = 24.07%
B = 38.94%

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

#D188DC (or 0xD188DC) is known color: Plum. HEX triplet: D1, 88 and DC. RGB value is (209,136,220). Sum of RGB (Red+Green+Blue) = 209+136+220=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D188DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188DC is #2E7723. Grayscale: #A7A7A7. Windows color (decimal): -3045156 or 14452945. OLE color: 14452945.

HSL color Cylindrical-coordinate representation of color #D188DC: hue angle of 292.14º degrees, saturation: 0.55, 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 #D188DC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 136 220 -
CMYK 0.05 0.38 0 0.14
HSL 292.14º 0.55% 0.7% -
HSV(B) 292.14º 0.38% 0.86% -
XYZ 48.02 36.33 72.19 -
YUV 167.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 209 136 220 0.05 0.38 0 0.14 292.14 0.55 0.7
Hex D1 88 DC 5 26 0 E 124 37 46
Octal 321 210 334 5 46 0 16 444 67 106
Binary 11010001 10001000 11011100 101 100110 0 1110 100100100 110111 1000110

Color Harmonies of #D188DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188DC

Black with #D188DC

Text Example


Text Example

White with #D188DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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