Html Css Color HEX #D38DD6 Plum

📋 copy color: '#D38DD6'

red 211 ◦ green 141 ◦ blue 214

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

Shades of Plum #D38DD6

Tints of Plum #D38DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.91%

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

R = 37.28%
G = 24.91%
B = 37.81%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D38DD6 (or 0xD38DD6) is known color: Plum. HEX triplet: D3, 8D and D6. RGB value is (211,141,214). Sum of RGB (Red+Green+Blue) = 211+141+214=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #D38DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DD6 is #2C7229. Grayscale: #AAAAAA. Windows color (decimal): -2912810 or 14061011. OLE color: 14061011.

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

Color convert

RGB 211 141 214 -
CMYK 0.01 0.34 0 0.16
HSL 297.53º 0.47% 0.7% -
HSV(B) 297.53º 0.34% 0.84% -
XYZ 48.53 37.75 68.35 -
YUV 170.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 211 141 214 0.01 0.34 0 0.16 297.53 0.47 0.7
Hex D3 8D D6 1 22 0 10 12A 2F 46
Octal 323 215 326 1 42 0 20 452 57 106
Binary 11010011 10001101 11010110 1 100010 0 10000 100101010 101111 1000110

Color Harmonies of #D38DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DD6

Black with #D38DD6

Text Example


Text Example

White with #D38DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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