Html Css Color HEX #D199DA Plum

📋 copy color: '#D199DA'

red 209 ◦ green 153 ◦ blue 218

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

Shades of Plum #D199DA

Tints of Plum #D199DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 36.03%
G = 26.38%
B = 37.59%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D199DA (or 0xD199DA) is known color: Plum. HEX triplet: D1, 99 and DA. RGB value is (209,153,218). Sum of RGB (Red+Green+Blue) = 209+153+218=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D199DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199DA is #2E6625. Grayscale: #B0B0B0. Windows color (decimal): -3040806 or 14326225. OLE color: 14326225.

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

Color convert

RGB 209 153 218 -
CMYK 0.04 0.30 0 0.15
HSL 291.69º 0.47% 0.73% -
HSV(B) 291.69º 0.3% 0.85% -
XYZ 50.34 41.4 71.67 -
YUV 177.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 209 153 218 0.04 0.30 0 0.15 291.69 0.47 0.73
Hex D1 99 DA 4 1E 0 F 124 2F 49
Octal 321 231 332 4 36 0 17 444 57 111
Binary 11010001 10011001 11011010 100 11110 0 1111 100100100 101111 1001001

Color Harmonies of #D199DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199DA

Black with #D199DA

Text Example


Text Example

White with #D199DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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