Html Css Color HEX #D6A9D5 Plum

📋 copy color: '#D6A9D5'

red 214 ◦ green 169 ◦ blue 213

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

Shades of Plum #D6A9D5

Tints of Plum #D6A9D5

RGB

 RED value IS 214 (83.98% from 255) = 35.91%

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 35.91%
G = 28.36%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D6A9D5 (or 0xD6A9D5) is known color: Plum. HEX triplet: D6, A9 and D5. RGB value is (214,169,213). Sum of RGB (Red+Green+Blue) = 214+169+213=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9D5 is #29562A. Grayscale: #BBBBBB. Windows color (decimal): -2709035 or 14002646. OLE color: 14002646.

HSL color Cylindrical-coordinate representation of color #D6A9D5: hue angle of 301.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A9D5 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 213 -
CMYK 0 0.21 0.00 0.16
HSL 301.33º 0.35% 0.75% -
HSV(B) 301.33º 0.21% 0.84% -
XYZ 53.93 47.48 69.27 -
YUV 187.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 214 169 213 0 0.21 0.00 0.16 301.33 0.35 0.75
Hex D6 A9 D5 0 15 0 10 12D 23 4B
Octal 326 251 325 0 25 0 20 455 43 113
Binary 11010110 10101001 11010101 0 10101 0 10000 100101101 100011 1001011

Color Harmonies of #D6A9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9D5

Black with #D6A9D5

Text Example


Text Example

White with #D6A9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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