Html Css Color HEX #D6A9DD Plum

📋 copy color: '#D6A9DD'

red 214 ◦ green 169 ◦ blue 221

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

Shades of Plum #D6A9DD

Tints of Plum #D6A9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 35.43%
G = 27.98%
B = 36.59%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6A9DD (or 0xD6A9DD) is known color: Plum. HEX triplet: D6, A9 and DD. RGB value is (214,169,221). Sum of RGB (Red+Green+Blue) = 214+169+221=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9DD is #295622. Grayscale: #BCBCBC. Windows color (decimal): -2709027 or 14526934. OLE color: 14526934.

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

Color convert

RGB 214 169 221 -
CMYK 0.03 0.24 0 0.13
HSL 291.92º 0.43% 0.76% -
HSV(B) 291.92º 0.24% 0.87% -
XYZ 54.97 47.89 74.75 -
YUV 188.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 214 169 221 0.03 0.24 0 0.13 291.92 0.43 0.76
Hex D6 A9 DD 3 18 0 D 124 2B 4C
Octal 326 251 335 3 30 0 15 444 53 114
Binary 11010110 10101001 11011101 11 11000 0 1101 100100100 101011 1001100

Color Harmonies of #D6A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9DD

Black with #D6A9DD

Text Example


Text Example

White with #D6A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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