Html Css Color HEX #D38DD7 Plum

📋 copy color: '#D38DD7'

red 211 ◦ green 141 ◦ blue 215

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

Shades of Plum #D38DD7

Tints of Plum #D38DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 37.21%
G = 24.87%
B = 37.92%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D38DD7 (or 0xD38DD7) is known color: Plum. HEX triplet: D3, 8D and D7. RGB value is (211,141,215). Sum of RGB (Red+Green+Blue) = 211+141+215=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D38DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DD7 is #2C7228. Grayscale: #AAAAAA. Windows color (decimal): -2912809 or 14126547. OLE color: 14126547.

HSL color Cylindrical-coordinate representation of color #D38DD7: hue angle of 296.76º degrees, saturation: 0.48, 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 #D38DD7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 141 215 -
CMYK 0.02 0.34 0 0.16
HSL 296.76º 0.48% 0.7% -
HSV(B) 296.76º 0.34% 0.84% -
XYZ 48.65 37.8 69.02 -
YUV 170.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 211 141 215 0.02 0.34 0 0.16 296.76 0.48 0.7
Hex D3 8D D7 2 22 0 10 129 30 46
Octal 323 215 327 2 42 0 20 451 60 106
Binary 11010011 10001101 11010111 10 100010 0 10000 100101001 110000 1000110

Color Harmonies of #D38DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DD7

Black with #D38DD7

Text Example


Text Example

White with #D38DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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