Html Css Color HEX #D4A3DC Plum

📋 copy color: '#D4A3DC'

red 212 ◦ green 163 ◦ blue 220

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

Shades of Plum #D4A3DC

Tints of Plum #D4A3DC

RGB

 RED value IS 212 (83.2% from 255) = 35.63%

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

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

R = 35.63%
G = 27.39%
B = 36.97%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4A3DC (or 0xD4A3DC) is known color: Plum. HEX triplet: D4, A3 and DC. RGB value is (212,163,220). Sum of RGB (Red+Green+Blue) = 212+163+220=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 163 (64.06% from 255 or 27.39% 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 #D4A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3DC is #2B5C23. Grayscale: #B7B7B7. Windows color (decimal): -2841636 or 14459860. OLE color: 14459860.

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

Color convert

RGB 212 163 220 -
CMYK 0.04 0.26 0 0.14
HSL 291.58º 0.45% 0.75% -
HSV(B) 291.58º 0.26% 0.86% -
XYZ 53.17 45.36 73.66 -
YUV 184.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 212 163 220 0.04 0.26 0 0.14 291.58 0.45 0.75
Hex D4 A3 DC 4 1A 0 E 124 2D 4B
Octal 324 243 334 4 32 0 16 444 55 113
Binary 11010100 10100011 11011100 100 11010 0 1110 100100100 101101 1001011

Color Harmonies of #D4A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3DC

Black with #D4A3DC

Text Example


Text Example

White with #D4A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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