Html Css Color HEX #D4A9DC Plum

📋 copy color: '#D4A9DC'

red 212 ◦ green 169 ◦ blue 220

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

Shades of Plum #D4A9DC

Tints of Plum #D4A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.12%

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

R = 35.27%
G = 28.12%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4A9DC (or 0xD4A9DC) is known color: Plum. HEX triplet: D4, A9 and DC. RGB value is (212,169,220). Sum of RGB (Red+Green+Blue) = 212+169+220=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9DC is #2B5623. Grayscale: #BBBBBB. Windows color (decimal): -2840100 or 14461396. OLE color: 14461396.

HSL color Cylindrical-coordinate representation of color #D4A9DC: hue angle of 290.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A9DC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 169 220 -
CMYK 0.04 0.23 0 0.14
HSL 290.59º 0.42% 0.76% -
HSV(B) 290.59º 0.23% 0.86% -
XYZ 54.26 47.54 74.03 -
YUV 187.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 212 169 220 0.04 0.23 0 0.14 290.59 0.42 0.76
Hex D4 A9 DC 4 17 0 E 123 2A 4C
Octal 324 251 334 4 27 0 16 443 52 114
Binary 11010100 10101001 11011100 100 10111 0 1110 100100011 101010 1001100

Color Harmonies of #D4A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A9DC

Black with #D4A9DC

Text Example


Text Example

White with #D4A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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