Html Css Color HEX #D6A2D1 Plum

📋 copy color: '#D6A2D1'

red 214 ◦ green 162 ◦ blue 209

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

Shades of Plum #D6A2D1

Tints of Plum #D6A2D1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.69%

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 36.58%
G = 27.69%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6A2D1 (or 0xD6A2D1) is known color: Plum. HEX triplet: D6, A2 and D1. RGB value is (214,162,209). Sum of RGB (Red+Green+Blue) = 214+162+209=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2D1 is #295D2E. Grayscale: #B6B6B6. Windows color (decimal): -2710831 or 13738710. OLE color: 13738710.

HSL color Cylindrical-coordinate representation of color #D6A2D1: hue angle of 305.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A2D1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 162 209 -
CMYK 0 0.24 0.02 0.16
HSL 305.77º 0.39% 0.74% -
HSV(B) 305.77º 0.24% 0.84% -
XYZ 52.16 44.74 66.21 -
YUV 182.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 214 162 209 0 0.24 0.02 0.16 305.77 0.39 0.74
Hex D6 A2 D1 0 18 2 10 132 27 4A
Octal 326 242 321 0 30 2 20 462 47 112
Binary 11010110 10100010 11010001 0 11000 10 10000 100110010 100111 1001010

Color Harmonies of #D6A2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A2D1

Black with #D6A2D1

Text Example


Text Example

White with #D6A2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A2D1; }

 p { color: rgb(214,162,209); }

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

background-color css

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

 a { background-color: rgb(214,162,209); }

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

border-color css

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

 span { border-color: rgb(214,162,209); }

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