Html Css Color HEX #D5A3D7 Plum

📋 copy color: '#D5A3D7'

red 213 ◦ green 163 ◦ blue 215

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

Shades of Plum #D5A3D7

Tints of Plum #D5A3D7

RGB

 RED value IS 213 (83.59% from 255) = 36.04%

 GREEN value IS 163 (64.06% from 255) = 27.58%

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

R = 36.04%
G = 27.58%
B = 36.38%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5A3D7 (or 0xD5A3D7) is known color: Plum. HEX triplet: D5, A3 and D7. RGB value is (213,163,215). Sum of RGB (Red+Green+Blue) = 213+163+215=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3D7 is #2A5C28. Grayscale: #B7B7B7. Windows color (decimal): -2776105 or 14132181. OLE color: 14132181.

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

Color convert

RGB 213 163 215 -
CMYK 0.01 0.24 0 0.16
HSL 297.69º 0.39% 0.74% -
HSV(B) 297.69º 0.24% 0.84% -
XYZ 52.8 45.25 70.24 -
YUV 183.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 213 163 215 0.01 0.24 0 0.16 297.69 0.39 0.74
Hex D5 A3 D7 1 18 0 10 12A 27 4A
Octal 325 243 327 1 30 0 20 452 47 112
Binary 11010101 10100011 11010111 1 11000 0 10000 100101010 100111 1001010

Color Harmonies of #D5A3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A3D7

Black with #D5A3D7

Text Example


Text Example

White with #D5A3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A3D7; }

 p { color: rgb(213,163,215); }

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

background-color css

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

 a { background-color: rgb(213,163,215); }

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

border-color css

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

 span { border-color: rgb(213,163,215); }

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