Html Css Color HEX #D8A0DC Plum

📋 copy color: '#D8A0DC'

red 216 ◦ green 160 ◦ blue 220

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

Shades of Plum #D8A0DC

Tints of Plum #D8A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.85%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 36.24%
G = 26.85%
B = 36.91%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8A0DC (or 0xD8A0DC) is known color: Plum. HEX triplet: D8, A0 and DC. RGB value is (216,160,220). Sum of RGB (Red+Green+Blue) = 216+160+220=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0DC is #275F23. Grayscale: #B7B7B7. Windows color (decimal): -2580260 or 14459096. OLE color: 14459096.

HSL color Cylindrical-coordinate representation of color #D8A0DC: hue angle of 296º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8A0DC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 160 220 -
CMYK 0.02 0.27 0 0.14
HSL 296º 0.46% 0.75% -
HSV(B) 296º 0.27% 0.86% -
XYZ 53.81 44.91 73.54 -
YUV 183.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 216 160 220 0.02 0.27 0 0.14 296 0.46 0.75
Hex D8 A0 DC 2 1B 0 E 128 2E 4B
Octal 330 240 334 2 33 0 16 450 56 113
Binary 11011000 10100000 11011100 10 11011 0 1110 100101000 101110 1001011

Color Harmonies of #D8A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0DC

Black with #D8A0DC

Text Example


Text Example

White with #D8A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0DC; }

 p { color: rgb(216,160,220); }

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

background-color css

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

 a { background-color: rgb(216,160,220); }

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

border-color css

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

 span { border-color: rgb(216,160,220); }

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