Html Css Color HEX #D38EDC Plum

📋 copy color: '#D38EDC'

red 211 ◦ green 142 ◦ blue 220

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

Shades of Plum #D38EDC

Tints of Plum #D38EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.78%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 36.82%
G = 24.78%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D38EDC (or 0xD38EDC) is known color: Plum. HEX triplet: D3, 8E and DC. RGB value is (211,142,220). Sum of RGB (Red+Green+Blue) = 211+142+220=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D38EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDC is #2C7123. Grayscale: #ABABAB. Windows color (decimal): -2912548 or 14454483. OLE color: 14454483.

HSL color Cylindrical-coordinate representation of color #D38EDC: hue angle of 293.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38EDC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 142 220 -
CMYK 0.04 0.35 0 0.14
HSL 293.08º 0.53% 0.71% -
HSV(B) 293.08º 0.35% 0.86% -
XYZ 49.46 38.36 72.51 -
YUV 171.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 211 142 220 0.04 0.35 0 0.14 293.08 0.53 0.71
Hex D3 8E DC 4 23 0 E 125 35 47
Octal 323 216 334 4 43 0 16 445 65 107
Binary 11010011 10001110 11011100 100 100011 0 1110 100100101 110101 1000111

Color Harmonies of #D38EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EDC

Black with #D38EDC

Text Example


Text Example

White with #D38EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EDC; }

 p { color: rgb(211,142,220); }

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

background-color css

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

 a { background-color: rgb(211,142,220); }

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

border-color css

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

 span { border-color: rgb(211,142,220); }

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