Html Css Color HEX #D8A8D3 Plum

📋 copy color: '#D8A8D3'

red 216 ◦ green 168 ◦ blue 211

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

Shades of Plum #D8A8D3

Tints of Plum #D8A8D3

RGB

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

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

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

R = 36.3%
G = 28.24%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8A8D3 (or 0xD8A8D3) is known color: Plum. HEX triplet: D8, A8 and D3. RGB value is (216,168,211). Sum of RGB (Red+Green+Blue) = 216+168+211=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D3 is #27572C. Grayscale: #BBBBBB. Windows color (decimal): -2578221 or 13871320. OLE color: 13871320.

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

Color convert

RGB 216 168 211 -
CMYK 0 0.22 0.02 0.15
HSL 306.25º 0.38% 0.75% -
HSV(B) 306.25º 0.22% 0.85% -
XYZ 54.08 47.31 67.91 -
YUV 187.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 216 168 211 0 0.22 0.02 0.15 306.25 0.38 0.75
Hex D8 A8 D3 0 16 2 F 132 26 4B
Octal 330 250 323 0 26 2 17 462 46 113
Binary 11011000 10101000 11010011 0 10110 10 1111 100110010 100110 1001011

Color Harmonies of #D8A8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A8D3

Black with #D8A8D3

Text Example


Text Example

White with #D8A8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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