Html Css Color HEX #D6ABDB Plum

📋 copy color: '#D6ABDB'

red 214 ◦ green 171 ◦ blue 219

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

Shades of Plum #D6ABDB

Tints of Plum #D6ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 35.43%
G = 28.31%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6ABDB (or 0xD6ABDB) is known color: Plum. HEX triplet: D6, AB and DB. RGB value is (214,171,219). Sum of RGB (Red+Green+Blue) = 214+171+219=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDB is #295424. Grayscale: #BDBDBD. Windows color (decimal): -2708517 or 14396374. OLE color: 14396374.

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

Color convert

RGB 214 171 219 -
CMYK 0.02 0.22 0 0.14
HSL 293.75º 0.4% 0.76% -
HSV(B) 293.75º 0.22% 0.86% -
XYZ 55.08 48.54 73.48 -
YUV 189.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 214 171 219 0.02 0.22 0 0.14 293.75 0.4 0.76
Hex D6 AB DB 2 16 0 E 126 28 4C
Octal 326 253 333 2 26 0 16 446 50 114
Binary 11010110 10101011 11011011 10 10110 0 1110 100100110 101000 1001100

Color Harmonies of #D6ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABDB

Black with #D6ABDB

Text Example


Text Example

White with #D6ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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