Html Css Color HEX #D6ABDA Plum

📋 copy color: '#D6ABDA'

red 214 ◦ green 171 ◦ blue 218

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

Shades of Plum #D6ABDA

Tints of Plum #D6ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.36%

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

R = 35.49%
G = 28.36%
B = 36.15%

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

#D6ABDA (or 0xD6ABDA) is known color: Plum. HEX triplet: D6, AB and DA. RGB value is (214,171,218). Sum of RGB (Red+Green+Blue) = 214+171+218=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDA is #295425. Grayscale: #BDBDBD. Windows color (decimal): -2708518 or 14330838. OLE color: 14330838.

HSL color Cylindrical-coordinate representation of color #D6ABDA: hue angle of 294.89º 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 #D6ABDA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 171 218 -
CMYK 0.02 0.22 0 0.15
HSL 294.89º 0.39% 0.76% -
HSV(B) 294.89º 0.22% 0.85% -
XYZ 54.95 48.48 72.79 -
YUV 189.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 214 171 218 0.02 0.22 0 0.15 294.89 0.39 0.76
Hex D6 AB DA 2 16 0 F 127 27 4C
Octal 326 253 332 2 26 0 17 447 47 114
Binary 11010110 10101011 11011010 10 10110 0 1111 100100111 100111 1001100

Color Harmonies of #D6ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABDA

Black with #D6ABDA

Text Example


Text Example

White with #D6ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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