Html Css Color HEX #D38AD5 Plum

📋 copy color: '#D38AD5'

red 211 ◦ green 138 ◦ blue 213

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

Shades of Plum #D38AD5

Tints of Plum #D38AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 37.54%
G = 24.56%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D38AD5 (or 0xD38AD5) is known color: Plum. HEX triplet: D3, 8A and D5. RGB value is (211,138,213). Sum of RGB (Red+Green+Blue) = 211+138+213=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #D38AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD5 is #2C752A. Grayscale: #A8A8A8. Windows color (decimal): -2913579 or 13994707. OLE color: 13994707.

HSL color Cylindrical-coordinate representation of color #D38AD5: hue angle of 298.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AD5 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 138 213 -
CMYK 0.01 0.35 0 0.16
HSL 298.4º 0.47% 0.69% -
HSV(B) 298.4º 0.35% 0.84% -
XYZ 47.96 36.83 67.53 -
YUV 168.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 211 138 213 0.01 0.35 0 0.16 298.4 0.47 0.69
Hex D3 8A D5 1 23 0 10 12A 2F 45
Octal 323 212 325 1 43 0 20 452 57 105
Binary 11010011 10001010 11010101 1 100011 0 10000 100101010 101111 1000101

Color Harmonies of #D38AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AD5

Black with #D38AD5

Text Example


Text Example

White with #D38AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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