Html Css Color HEX #D7A3DC Plum

📋 copy color: '#D7A3DC'

red 215 ◦ green 163 ◦ blue 220

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

Shades of Plum #D7A3DC

Tints of Plum #D7A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.26%

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

R = 35.95%
G = 27.26%
B = 36.79%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7A3DC (or 0xD7A3DC) is known color: Plum. HEX triplet: D7, A3 and DC. RGB value is (215,163,220). Sum of RGB (Red+Green+Blue) = 215+163+220=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3DC is #285C23. Grayscale: #B8B8B8. Windows color (decimal): -2645028 or 14459863. OLE color: 14459863.

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

Color convert

RGB 215 163 220 -
CMYK 0.02 0.26 0 0.14
HSL 294.74º 0.45% 0.75% -
HSV(B) 294.74º 0.26% 0.86% -
XYZ 54.04 45.81 73.7 -
YUV 185.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 215 163 220 0.02 0.26 0 0.14 294.74 0.45 0.75
Hex D7 A3 DC 2 1A 0 E 127 2D 4B
Octal 327 243 334 2 32 0 16 447 55 113
Binary 11010111 10100011 11011100 10 11010 0 1110 100100111 101101 1001011

Color Harmonies of #D7A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A3DC

Black with #D7A3DC

Text Example


Text Example

White with #D7A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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