Html Css Color HEX #D38EDD Plum

📋 copy color: '#D38EDD'

red 211 ◦ green 142 ◦ blue 221

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

Shades of Plum #D38EDD

Tints of Plum #D38EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 36.76%
G = 24.74%
B = 38.5%

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

#D38EDD (or 0xD38EDD) is known color: Plum. HEX triplet: D3, 8E and DD. RGB value is (211,142,221). Sum of RGB (Red+Green+Blue) = 211+142+221=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDD is #2C7122. Grayscale: #ABABAB. Windows color (decimal): -2912547 or 14520019. OLE color: 14520019.

HSL color Cylindrical-coordinate representation of color #D38EDD: hue angle of 292.41º degrees, saturation: 0.54, 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 #D38EDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 142 221 -
CMYK 0.05 0.36 0 0.13
HSL 292.41º 0.54% 0.71% -
HSV(B) 292.41º 0.36% 0.87% -
XYZ 49.59 38.42 73.21 -
YUV 171.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 211 142 221 0.05 0.36 0 0.13 292.41 0.54 0.71
Hex D3 8E DD 5 24 0 D 124 36 47
Octal 323 216 335 5 44 0 15 444 66 107
Binary 11010011 10001110 11011101 101 100100 0 1101 100100100 110110 1000111

Color Harmonies of #D38EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EDD

Black with #D38EDD

Text Example


Text Example

White with #D38EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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