Html Css Color HEX #D8A0DF Plum

📋 copy color: '#D8A0DF'

red 216 ◦ green 160 ◦ blue 223

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

Shades of Plum #D8A0DF

Tints of Plum #D8A0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 36.06%
G = 26.71%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8A0DF (or 0xD8A0DF) is known color: Plum. HEX triplet: D8, A0 and DF. RGB value is (216,160,223). Sum of RGB (Red+Green+Blue) = 216+160+223=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0DF is #275F20. Grayscale: #B7B7B7. Windows color (decimal): -2580257 or 14655704. OLE color: 14655704.

HSL color Cylindrical-coordinate representation of color #D8A0DF: hue angle of 293.33º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8A0DF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 160 223 -
CMYK 0.03 0.28 0 0.13
HSL 293.33º 0.5% 0.75% -
HSV(B) 293.33º 0.28% 0.87% -
XYZ 54.21 45.07 75.65 -
YUV 183.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 216 160 223 0.03 0.28 0 0.13 293.33 0.5 0.75
Hex D8 A0 DF 3 1C 0 D 125 32 4B
Octal 330 240 337 3 34 0 15 445 62 113
Binary 11011000 10100000 11011111 11 11100 0 1101 100100101 110010 1001011

Color Harmonies of #D8A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0DF

Black with #D8A0DF

Text Example


Text Example

White with #D8A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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