Html Css Color HEX #D8ABDB Plum

📋 copy color: '#D8ABDB'

red 216 ◦ green 171 ◦ blue 219

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

Shades of Plum #D8ABDB

Tints of Plum #D8ABDB

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

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

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

R = 35.64%
G = 28.22%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8ABDB (or 0xD8ABDB) is known color: Plum. HEX triplet: D8, AB and DB. RGB value is (216,171,219). Sum of RGB (Red+Green+Blue) = 216+171+219=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDB is #275424. Grayscale: #BDBDBD. Windows color (decimal): -2577445 or 14396376. OLE color: 14396376.

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

Color convert

RGB 216 171 219 -
CMYK 0.01 0.22 0 0.14
HSL 296.25º 0.4% 0.76% -
HSV(B) 296.25º 0.22% 0.86% -
XYZ 55.67 48.84 73.51 -
YUV 189.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 216 171 219 0.01 0.22 0 0.14 296.25 0.4 0.76
Hex D8 AB DB 1 16 0 E 128 28 4C
Octal 330 253 333 1 26 0 16 450 50 114
Binary 11011000 10101011 11011011 1 10110 0 1110 100101000 101000 1001100

Color Harmonies of #D8ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABDB

Black with #D8ABDB

Text Example


Text Example

White with #D8ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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