Html Css Color HEX #D7A0DC Plum

📋 copy color: '#D7A0DC'

red 215 ◦ green 160 ◦ blue 220

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

Shades of Plum #D7A0DC

Tints of Plum #D7A0DC

RGB

 RED value IS 215 (84.38% from 255) = 36.13%

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

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

R = 36.13%
G = 26.89%
B = 36.97%

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

#D7A0DC (or 0xD7A0DC) is known color: Plum. HEX triplet: D7, A0 and DC. RGB value is (215,160,220). Sum of RGB (Red+Green+Blue) = 215+160+220=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0DC is #285F23. Grayscale: #B7B7B7. Windows color (decimal): -2645796 or 14459095. OLE color: 14459095.

HSL color Cylindrical-coordinate representation of color #D7A0DC: hue angle of 295º 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 #D7A0DC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 160 220 -
CMYK 0.02 0.27 0 0.14
HSL 295º 0.46% 0.75% -
HSV(B) 295º 0.27% 0.86% -
XYZ 53.51 44.76 73.53 -
YUV 183.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 215 160 220 0.02 0.27 0 0.14 295 0.46 0.75
Hex D7 A0 DC 2 1B 0 E 127 2E 4B
Octal 327 240 334 2 33 0 16 447 56 113
Binary 11010111 10100000 11011100 10 11011 0 1110 100100111 101110 1001011

Color Harmonies of #D7A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A0DC

Black with #D7A0DC

Text Example


Text Example

White with #D7A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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