Html Css Color HEX #D38EDE Plum

📋 copy color: '#D38EDE'

red 211 ◦ green 142 ◦ blue 222

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

Shades of Plum #D38EDE

Tints of Plum #D38EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 36.7%
G = 24.7%
B = 38.61%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D38EDE (or 0xD38EDE) is known color: Plum. HEX triplet: D3, 8E and DE. RGB value is (211,142,222). Sum of RGB (Red+Green+Blue) = 211+142+222=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #D38EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDE is #2C7121. Grayscale: #ABABAB. Windows color (decimal): -2912546 or 14585555. OLE color: 14585555.

HSL color Cylindrical-coordinate representation of color #D38EDE: hue angle of 291.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38EDE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 142 222 -
CMYK 0.05 0.36 0 0.13
HSL 291.75º 0.55% 0.71% -
HSV(B) 291.75º 0.36% 0.87% -
XYZ 49.72 38.47 73.91 -
YUV 171.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 211 142 222 0.05 0.36 0 0.13 291.75 0.55 0.71
Hex D3 8E DE 5 24 0 D 124 37 47
Octal 323 216 336 5 44 0 15 444 67 107
Binary 11010011 10001110 11011110 101 100100 0 1101 100100100 110111 1000111

Color Harmonies of #D38EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EDE

Black with #D38EDE

Text Example


Text Example

White with #D38EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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