Html Css Color HEX #D38EDA Plum

📋 copy color: '#D38EDA'

red 211 ◦ green 142 ◦ blue 218

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

Shades of Plum #D38EDA

Tints of Plum #D38EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 36.95%
G = 24.87%
B = 38.18%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D38EDA (or 0xD38EDA) is known color: Plum. HEX triplet: D3, 8E and DA. RGB value is (211,142,218). Sum of RGB (Red+Green+Blue) = 211+142+218=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDA is #2C7125. Grayscale: #ABABAB. Windows color (decimal): -2912550 or 14323411. OLE color: 14323411.

HSL color Cylindrical-coordinate representation of color #D38EDA: hue angle of 294.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38EDA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 142 218 -
CMYK 0.03 0.35 0 0.15
HSL 294.47º 0.51% 0.71% -
HSV(B) 294.47º 0.35% 0.85% -
XYZ 49.19 38.26 71.12 -
YUV 171.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 211 142 218 0.03 0.35 0 0.15 294.47 0.51 0.71
Hex D3 8E DA 3 23 0 F 126 33 47
Octal 323 216 332 3 43 0 17 446 63 107
Binary 11010011 10001110 11011010 11 100011 0 1111 100100110 110011 1000111

Color Harmonies of #D38EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EDA

Black with #D38EDA

Text Example


Text Example

White with #D38EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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