Html Css Color HEX #D8A3D9 Plum

📋 copy color: '#D8A3D9'

red 216 ◦ green 163 ◦ blue 217

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

Shades of Plum #D8A3D9

Tints of Plum #D8A3D9

RGB

 RED value IS 216 (84.77% from 255) = 36.24%

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

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 36.24%
G = 27.35%
B = 36.41%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8A3D9 (or 0xD8A3D9) is known color: Plum. HEX triplet: D8, A3 and D9. RGB value is (216,163,217). Sum of RGB (Red+Green+Blue) = 216+163+217=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3D9 is #275C26. Grayscale: #B8B8B8. Windows color (decimal): -2579495 or 14263256. OLE color: 14263256.

HSL color Cylindrical-coordinate representation of color #D8A3D9: hue angle of 298.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A3D9 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 217 -
CMYK 0.00 0.25 0 0.15
HSL 298.89º 0.42% 0.75% -
HSV(B) 298.89º 0.25% 0.85% -
XYZ 53.94 45.8 71.64 -
YUV 185 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 216 163 217 0.00 0.25 0 0.15 298.89 0.42 0.75
Hex D8 A3 D9 0 19 0 F 12B 2A 4B
Octal 330 243 331 0 31 0 17 453 52 113
Binary 11011000 10100011 11011001 0 11001 0 1111 100101011 101010 1001011

Color Harmonies of #D8A3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A3D9

Black with #D8A3D9

Text Example


Text Example

White with #D8A3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A3D9; }

 p { color: rgb(216,163,217); }

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

background-color css

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

 a { background-color: rgb(216,163,217); }

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

border-color css

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

 span { border-color: rgb(216,163,217); }

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