Html Css Color HEX #D199D7 Plum

📋 copy color: '#D199D7'

red 209 ◦ green 153 ◦ blue 215

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

Shades of Plum #D199D7

Tints of Plum #D199D7

RGB

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

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

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

R = 36.22%
G = 26.52%
B = 37.26%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D199D7 (or 0xD199D7) is known color: Plum. HEX triplet: D1, 99 and D7. RGB value is (209,153,215). Sum of RGB (Red+Green+Blue) = 209+153+215=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #D199D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199D7 is #2E6628. Grayscale: #B0B0B0. Windows color (decimal): -3040809 or 14129617. OLE color: 14129617.

HSL color Cylindrical-coordinate representation of color #D199D7: hue angle of 294.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D199D7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 153 215 -
CMYK 0.03 0.29 0 0.16
HSL 294.19º 0.44% 0.72% -
HSV(B) 294.19º 0.29% 0.84% -
XYZ 49.95 41.24 69.62 -
YUV 176.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 209 153 215 0.03 0.29 0 0.16 294.19 0.44 0.72
Hex D1 99 D7 3 1D 0 10 126 2C 48
Octal 321 231 327 3 35 0 20 446 54 110
Binary 11010001 10011001 11010111 11 11101 0 10000 100100110 101100 1001000

Color Harmonies of #D199D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199D7

Black with #D199D7

Text Example


Text Example

White with #D199D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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