Html Css Color HEX #D38ADE Plum

📋 copy color: '#D38ADE'

red 211 ◦ green 138 ◦ blue 222

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

Shades of Plum #D38ADE

Tints of Plum #D38ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.17%

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

R = 36.95%
G = 24.17%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D38ADE (or 0xD38ADE) is known color: Plum. HEX triplet: D3, 8A and DE. RGB value is (211,138,222). Sum of RGB (Red+Green+Blue) = 211+138+222=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D38ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADE is #2C7521. Grayscale: #A9A9A9. Windows color (decimal): -2913570 or 14584531. OLE color: 14584531.

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

Color convert

RGB 211 138 222 -
CMYK 0.05 0.38 0 0.13
HSL 292.14º 0.56% 0.71% -
HSV(B) 292.14º 0.38% 0.87% -
XYZ 49.14 37.3 73.72 -
YUV 169.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 211 138 222 0.05 0.38 0 0.13 292.14 0.56 0.71
Hex D3 8A DE 5 26 0 D 124 38 47
Octal 323 212 336 5 46 0 15 444 70 107
Binary 11010011 10001010 11011110 101 100110 0 1101 100100100 111000 1000111

Color Harmonies of #D38ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38ADE

Black with #D38ADE

Text Example


Text Example

White with #D38ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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