Html Css Color HEX #D38AD6 Plum

📋 copy color: '#D38AD6'

red 211 ◦ green 138 ◦ blue 214

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

Shades of Plum #D38AD6

Tints of Plum #D38AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 37.48%
G = 24.51%
B = 38.01%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D38AD6 (or 0xD38AD6) is known color: Plum. HEX triplet: D3, 8A and D6. RGB value is (211,138,214). Sum of RGB (Red+Green+Blue) = 211+138+214=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #D38AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD6 is #2C7529. Grayscale: #A8A8A8. Windows color (decimal): -2913578 or 14060243. OLE color: 14060243.

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

Color convert

RGB 211 138 214 -
CMYK 0.01 0.36 0 0.16
HSL 297.63º 0.48% 0.69% -
HSV(B) 297.63º 0.36% 0.84% -
XYZ 48.09 36.88 68.2 -
YUV 168.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 211 138 214 0.01 0.36 0 0.16 297.63 0.48 0.69
Hex D3 8A D6 1 24 0 10 12A 30 45
Octal 323 212 326 1 44 0 20 452 60 105
Binary 11010011 10001010 11010110 1 100100 0 10000 100101010 110000 1000101

Color Harmonies of #D38AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AD6

Black with #D38AD6

Text Example


Text Example

White with #D38AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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