Html Css Color HEX #D6AADA Plum

📋 copy color: '#D6AADA'

red 214 ◦ green 170 ◦ blue 218

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

Shades of Plum #D6AADA

Tints of Plum #D6AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.24%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 35.55%
G = 28.24%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6AADA (or 0xD6AADA) is known color: Plum. HEX triplet: D6, AA and DA. RGB value is (214,170,218). Sum of RGB (Red+Green+Blue) = 214+170+218=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AADA is #295525. Grayscale: #BCBCBC. Windows color (decimal): -2708774 or 14330582. OLE color: 14330582.

HSL color Cylindrical-coordinate representation of color #D6AADA: hue angle of 295º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6AADA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 170 218 -
CMYK 0.02 0.22 0 0.15
HSL 295º 0.39% 0.76% -
HSV(B) 295º 0.22% 0.85% -
XYZ 54.76 48.11 72.73 -
YUV 188.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 214 170 218 0.02 0.22 0 0.15 295 0.39 0.76
Hex D6 AA DA 2 16 0 F 127 27 4C
Octal 326 252 332 2 26 0 17 447 47 114
Binary 11010110 10101010 11011010 10 10110 0 1111 100100111 100111 1001100

Color Harmonies of #D6AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AADA

Black with #D6AADA

Text Example


Text Example

White with #D6AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AADA; }

 p { color: rgb(214,170,218); }

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

background-color css

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

 a { background-color: rgb(214,170,218); }

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

border-color css

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

 span { border-color: rgb(214,170,218); }

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