Html Css Color HEX #D189D6 Plum

📋 copy color: '#D189D6'

red 209 ◦ green 137 ◦ blue 214

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

Shades of Plum #D189D6

Tints of Plum #D189D6

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.46%

 BLUE value IS 214 (83.98% from 255) = 38.21%

R = 37.32%
G = 24.46%
B = 38.21%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D189D6 (or 0xD189D6) is known color: Plum. HEX triplet: D1, 89 and D6. RGB value is (209,137,214). Sum of RGB (Red+Green+Blue) = 209+137+214=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #D189D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189D6 is #2E7629. Grayscale: #A7A7A7. Windows color (decimal): -3044906 or 14059985. OLE color: 14059985.

HSL color Cylindrical-coordinate representation of color #D189D6: hue angle of 296.1º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D189D6 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 137 214 -
CMYK 0.02 0.36 0 0.16
HSL 296.1º 0.48% 0.69% -
HSV(B) 296.1º 0.36% 0.84% -
XYZ 47.38 36.3 68.13 -
YUV 167.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 209 137 214 0.02 0.36 0 0.16 296.1 0.48 0.69
Hex D1 89 D6 2 24 0 10 128 30 45
Octal 321 211 326 2 44 0 20 450 60 105
Binary 11010001 10001001 11010110 10 100100 0 10000 100101000 110000 1000101

Color Harmonies of #D189D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189D6

Black with #D189D6

Text Example


Text Example

White with #D189D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189D6; }

 p { color: rgb(209,137,214); }

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

background-color css

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

 a { background-color: rgb(209,137,214); }

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

border-color css

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

 span { border-color: rgb(209,137,214); }

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