Html Css Color HEX #D199D4 Plum

📋 copy color: '#D199D4'

red 209 ◦ green 153 ◦ blue 212

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

Shades of Plum #D199D4

Tints of Plum #D199D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 36.41%
G = 26.66%
B = 36.93%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D199D4 (or 0xD199D4) is known color: Plum. HEX triplet: D1, 99 and D4. RGB value is (209,153,212). Sum of RGB (Red+Green+Blue) = 209+153+212=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #D199D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199D4 is #2E662B. Grayscale: #B0B0B0. Windows color (decimal): -3040812 or 13933009. OLE color: 13933009.

HSL color Cylindrical-coordinate representation of color #D199D4: hue angle of 296.95º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D199D4 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 153 212 -
CMYK 0.01 0.28 0 0.17
HSL 296.95º 0.41% 0.72% -
HSV(B) 296.95º 0.28% 0.83% -
XYZ 49.57 41.09 67.61 -
YUV 176.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 209 153 212 0.01 0.28 0 0.17 296.95 0.41 0.72
Hex D1 99 D4 1 1C 0 11 129 29 48
Octal 321 231 324 1 34 0 21 451 51 110
Binary 11010001 10011001 11010100 1 11100 0 10001 100101001 101001 1001000

Color Harmonies of #D199D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199D4

Black with #D199D4

Text Example


Text Example

White with #D199D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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