Html Css Color HEX #D5A9DC Plum

📋 copy color: '#D5A9DC'

red 213 ◦ green 169 ◦ blue 220

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

Shades of Plum #D5A9DC

Tints of Plum #D5A9DC

RGB

 RED value IS 213 (83.59% from 255) = 35.38%

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

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

R = 35.38%
G = 28.07%
B = 36.54%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5A9DC (or 0xD5A9DC) is known color: Plum. HEX triplet: D5, A9 and DC. RGB value is (213,169,220). Sum of RGB (Red+Green+Blue) = 213+169+220=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9DC is #2A5623. Grayscale: #BBBBBB. Windows color (decimal): -2774564 or 14461397. OLE color: 14461397.

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

Color convert

RGB 213 169 220 -
CMYK 0.03 0.23 0 0.14
HSL 291.76º 0.42% 0.76% -
HSV(B) 291.76º 0.23% 0.86% -
XYZ 54.55 47.69 74.04 -
YUV 187.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 213 169 220 0.03 0.23 0 0.14 291.76 0.42 0.76
Hex D5 A9 DC 3 17 0 E 124 2A 4C
Octal 325 251 334 3 27 0 16 444 52 114
Binary 11010101 10101001 11011100 11 10111 0 1110 100100100 101010 1001100

Color Harmonies of #D5A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A9DC

Black with #D5A9DC

Text Example


Text Example

White with #D5A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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