Html Css Color HEX #D189D7 Plum

📋 copy color: '#D189D7'

red 209 ◦ green 137 ◦ blue 215

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

Shades of Plum #D189D7

Tints of Plum #D189D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 37.25%
G = 24.42%
B = 38.32%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D189D7 (or 0xD189D7) is known color: Plum. HEX triplet: D1, 89 and D7. RGB value is (209,137,215). Sum of RGB (Red+Green+Blue) = 209+137+215=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #D189D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189D7 is #2E7628. Grayscale: #A7A7A7. Windows color (decimal): -3044905 or 14125521. OLE color: 14125521.

HSL color Cylindrical-coordinate representation of color #D189D7: hue angle of 295.38º degrees, saturation: 0.49, 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 #D189D7 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 137 215 -
CMYK 0.03 0.36 0 0.16
HSL 295.38º 0.49% 0.69% -
HSV(B) 295.38º 0.36% 0.84% -
XYZ 47.51 36.35 68.8 -
YUV 167.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 209 137 215 0.03 0.36 0 0.16 295.38 0.49 0.69
Hex D1 89 D7 3 24 0 10 127 31 45
Octal 321 211 327 3 44 0 20 447 61 105
Binary 11010001 10001001 11010111 11 100100 0 10000 100100111 110001 1000101

Color Harmonies of #D189D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189D7

Black with #D189D7

Text Example


Text Example

White with #D189D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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