Html Css Color HEX #D199D9 Plum

📋 copy color: '#D199D9'

red 209 ◦ green 153 ◦ blue 217

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

Shades of Plum #D199D9

Tints of Plum #D199D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.42%

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 36.1%
G = 26.42%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D199D9 (or 0xD199D9) is known color: Plum. HEX triplet: D1, 99 and D9. RGB value is (209,153,217). Sum of RGB (Red+Green+Blue) = 209+153+217=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #D199D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199D9 is #2E6626. Grayscale: #B0B0B0. Windows color (decimal): -3040807 or 14260689. OLE color: 14260689.

HSL color Cylindrical-coordinate representation of color #D199D9: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D199D9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 153 217 -
CMYK 0.04 0.29 0 0.15
HSL 292.5º 0.46% 0.73% -
HSV(B) 292.5º 0.29% 0.85% -
XYZ 50.21 41.35 70.98 -
YUV 177.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 209 153 217 0.04 0.29 0 0.15 292.5 0.46 0.73
Hex D1 99 D9 4 1D 0 F 124 2E 49
Octal 321 231 331 4 35 0 17 444 56 111
Binary 11010001 10011001 11011001 100 11101 0 1111 100100100 101110 1001001

Color Harmonies of #D199D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199D9

Black with #D199D9

Text Example


Text Example

White with #D199D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199D9; }

 p { color: rgb(209,153,217); }

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

background-color css

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

 a { background-color: rgb(209,153,217); }

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

border-color css

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

 span { border-color: rgb(209,153,217); }

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