Html Css Color HEX #D39ED4 Plum

📋 copy color: '#D39ED4'

red 211 ◦ green 158 ◦ blue 212

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

Shades of Plum #D39ED4

Tints of Plum #D39ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 36.32%
G = 27.19%
B = 36.49%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D39ED4 (or 0xD39ED4) is known color: Plum. HEX triplet: D3, 9E and D4. RGB value is (211,158,212). Sum of RGB (Red+Green+Blue) = 211+158+212=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #D39ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ED4 is #2C612B. Grayscale: #B3B3B3. Windows color (decimal): -2908460 or 13934291. OLE color: 13934291.

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

Color convert

RGB 211 158 212 -
CMYK 0.00 0.25 0 0.17
HSL 298.89º 0.39% 0.73% -
HSV(B) 298.89º 0.25% 0.83% -
XYZ 50.97 43.06 67.91 -
YUV 180 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 211 158 212 0.00 0.25 0 0.17 298.89 0.39 0.73
Hex D3 9E D4 0 19 0 11 12B 27 49
Octal 323 236 324 0 31 0 21 453 47 111
Binary 11010011 10011110 11010100 0 11001 0 10001 100101011 100111 1001001

Color Harmonies of #D39ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39ED4

Black with #D39ED4

Text Example


Text Example

White with #D39ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39ED4; }

 p { color: rgb(211,158,212); }

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

background-color css

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

 a { background-color: rgb(211,158,212); }

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

border-color css

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

 span { border-color: rgb(211,158,212); }

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