Html Css Color HEX #D8A7D3 Plum

📋 copy color: '#D8A7D3'

red 216 ◦ green 167 ◦ blue 211

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

Shades of Plum #D8A7D3

Tints of Plum #D8A7D3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.11%

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

R = 36.36%
G = 28.11%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8A7D3 (or 0xD8A7D3) is known color: Plum. HEX triplet: D8, A7 and D3. RGB value is (216,167,211). Sum of RGB (Red+Green+Blue) = 216+167+211=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7D3 is #27582C. Grayscale: #BABABA. Windows color (decimal): -2578477 or 13871064. OLE color: 13871064.

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

Color convert

RGB 216 167 211 -
CMYK 0 0.23 0.02 0.15
HSL 306.12º 0.39% 0.75% -
HSV(B) 306.12º 0.23% 0.85% -
XYZ 53.9 46.94 67.85 -
YUV 186.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 216 167 211 0 0.23 0.02 0.15 306.12 0.39 0.75
Hex D8 A7 D3 0 17 2 F 132 27 4B
Octal 330 247 323 0 27 2 17 462 47 113
Binary 11011000 10100111 11010011 0 10111 10 1111 100110010 100111 1001011

Color Harmonies of #D8A7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A7D3

Black with #D8A7D3

Text Example


Text Example

White with #D8A7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A7D3; }

 p { color: rgb(216,167,211); }

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

background-color css

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

 a { background-color: rgb(216,167,211); }

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

border-color css

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

 span { border-color: rgb(216,167,211); }

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