Html Css Color HEX #D39DD2 Plum

📋 copy color: '#D39DD2'

red 211 ◦ green 157 ◦ blue 210

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

Shades of Plum #D39DD2

Tints of Plum #D39DD2

RGB

 RED value IS 211 (82.81% from 255) = 36.51%

 GREEN value IS 157 (61.72% from 255) = 27.16%

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 36.51%
G = 27.16%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D39DD2 (or 0xD39DD2) is known color: Plum. HEX triplet: D3, 9D and D2. RGB value is (211,157,210). Sum of RGB (Red+Green+Blue) = 211+157+210=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DD2 is #2C622D. Grayscale: #B3B3B3. Windows color (decimal): -2908718 or 13802963. OLE color: 13802963.

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

Color convert

RGB 211 157 210 -
CMYK 0 0.26 0.00 0.17
HSL 301.11º 0.38% 0.72% -
HSV(B) 301.11º 0.26% 0.83% -
XYZ 50.55 42.62 66.53 -
YUV 179.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 211 157 210 0 0.26 0.00 0.17 301.11 0.38 0.72
Hex D3 9D D2 0 1A 0 11 12D 26 48
Octal 323 235 322 0 32 0 21 455 46 110
Binary 11010011 10011101 11010010 0 11010 0 10001 100101101 100110 1001000

Color Harmonies of #D39DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DD2

Black with #D39DD2

Text Example


Text Example

White with #D39DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DD2; }

 p { color: rgb(211,157,210); }

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

background-color css

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

 a { background-color: rgb(211,157,210); }

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

border-color css

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

 span { border-color: rgb(211,157,210); }

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