Html Css Color HEX #D6A4DE Plum

📋 copy color: '#D6A4DE'

red 214 ◦ green 164 ◦ blue 222

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

Shades of Plum #D6A4DE

Tints of Plum #D6A4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.33%

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

R = 35.67%
G = 27.33%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6A4DE (or 0xD6A4DE) is known color: Plum. HEX triplet: D6, A4 and DE. RGB value is (214,164,222). Sum of RGB (Red+Green+Blue) = 214+164+222=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6A4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4DE is #295B21. Grayscale: #B9B9B9. Windows color (decimal): -2710306 or 14591190. OLE color: 14591190.

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

Color convert

RGB 214 164 222 -
CMYK 0.04 0.26 0 0.13
HSL 291.72º 0.47% 0.76% -
HSV(B) 291.72º 0.26% 0.87% -
XYZ 54.19 46.12 75.15 -
YUV 185.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 214 164 222 0.04 0.26 0 0.13 291.72 0.47 0.76
Hex D6 A4 DE 4 1A 0 D 124 2F 4C
Octal 326 244 336 4 32 0 15 444 57 114
Binary 11010110 10100100 11011110 100 11010 0 1101 100100100 101111 1001100

Color Harmonies of #D6A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A4DE

Black with #D6A4DE

Text Example


Text Example

White with #D6A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A4DE; }

 p { color: rgb(214,164,222); }

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

background-color css

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

 a { background-color: rgb(214,164,222); }

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

border-color css

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

 span { border-color: rgb(214,164,222); }

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