Html Css Color HEX #D3A8D7 Plum

📋 copy color: '#D3A8D7'

red 211 ◦ green 168 ◦ blue 215

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

Shades of Plum #D3A8D7

Tints of Plum #D3A8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

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

R = 35.52%
G = 28.28%
B = 36.2%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3A8D7 (or 0xD3A8D7) is known color: Plum. HEX triplet: D3, A8 and D7. RGB value is (211,168,215). Sum of RGB (Red+Green+Blue) = 211+168+215=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3A8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A8D7 is #2C5728. Grayscale: #BABABA. Windows color (decimal): -2905897 or 14133459. OLE color: 14133459.

HSL color Cylindrical-coordinate representation of color #D3A8D7: hue angle of 294.89º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A8D7 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 168 215 -
CMYK 0.02 0.22 0 0.16
HSL 294.89º 0.37% 0.75% -
HSV(B) 294.89º 0.22% 0.84% -
XYZ 53.13 46.76 70.52 -
YUV 186.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 211 168 215 0.02 0.22 0 0.16 294.89 0.37 0.75
Hex D3 A8 D7 2 16 0 10 127 25 4B
Octal 323 250 327 2 26 0 20 447 45 113
Binary 11010011 10101000 11010111 10 10110 0 10000 100100111 100101 1001011

Color Harmonies of #D3A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A8D7

Black with #D3A8D7

Text Example


Text Example

White with #D3A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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