Html Css Color HEX #D9A6DE Plum

📋 copy color: '#D9A6DE'

red 217 ◦ green 166 ◦ blue 222

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

Shades of Plum #D9A6DE

Tints of Plum #D9A6DE

RGB

 RED value IS 217 (85.16% from 255) = 35.87%

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 35.87%
G = 27.44%
B = 36.69%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9A6DE (or 0xD9A6DE) is known color: Plum. HEX triplet: D9, A6 and DE. RGB value is (217,166,222). Sum of RGB (Red+Green+Blue) = 217+166+222=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9A6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6DE is #265921. Grayscale: #BBBBBB. Windows color (decimal): -2513186 or 14591705. OLE color: 14591705.

HSL color Cylindrical-coordinate representation of color #D9A6DE: hue angle of 294.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A6DE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 166 222 -
CMYK 0.02 0.25 0 0.13
HSL 294.64º 0.46% 0.76% -
HSV(B) 294.64º 0.25% 0.87% -
XYZ 55.44 47.3 75.31 -
YUV 187.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 217 166 222 0.02 0.25 0 0.13 294.64 0.46 0.76
Hex D9 A6 DE 2 19 0 D 127 2E 4C
Octal 331 246 336 2 31 0 15 447 56 114
Binary 11011001 10100110 11011110 10 11001 0 1101 100100111 101110 1001100

Color Harmonies of #D9A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A6DE

Black with #D9A6DE

Text Example


Text Example

White with #D9A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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