Html Css Color HEX #D4A6D9 Plum

📋 copy color: '#D4A6D9'

red 212 ◦ green 166 ◦ blue 217

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

Shades of Plum #D4A6D9

Tints of Plum #D4A6D9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.9%

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 35.63%
G = 27.9%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4A6D9 (or 0xD4A6D9) is known color: Plum. HEX triplet: D4, A6 and D9. RGB value is (212,166,217). Sum of RGB (Red+Green+Blue) = 212+166+217=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4A6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6D9 is #2B5926. Grayscale: #B9B9B9. Windows color (decimal): -2840871 or 14264020. OLE color: 14264020.

HSL color Cylindrical-coordinate representation of color #D4A6D9: hue angle of 294.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A6D9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 166 217 -
CMYK 0.02 0.24 0 0.15
HSL 294.12º 0.4% 0.75% -
HSV(B) 294.12º 0.24% 0.85% -
XYZ 53.31 46.28 71.77 -
YUV 185.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 212 166 217 0.02 0.24 0 0.15 294.12 0.4 0.75
Hex D4 A6 D9 2 18 0 F 126 28 4B
Octal 324 246 331 2 30 0 17 446 50 113
Binary 11010100 10100110 11011001 10 11000 0 1111 100100110 101000 1001011

Color Harmonies of #D4A6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6D9

Black with #D4A6D9

Text Example


Text Example

White with #D4A6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6D9; }

 p { color: rgb(212,166,217); }

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

background-color css

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

 a { background-color: rgb(212,166,217); }

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

border-color css

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

 span { border-color: rgb(212,166,217); }

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