Html Css Color HEX #D9ABDA Plum

📋 copy color: '#D9ABDA'

red 217 ◦ green 171 ◦ blue 218

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

Shades of Plum #D9ABDA

Tints of Plum #D9ABDA

RGB

 RED value IS 217 (85.16% from 255) = 35.81%

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

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

R = 35.81%
G = 28.22%
B = 35.97%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9ABDA (or 0xD9ABDA) is known color: Plum. HEX triplet: D9, AB and DA. RGB value is (217,171,218). Sum of RGB (Red+Green+Blue) = 217+171+218=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDA is #265425. Grayscale: #BDBDBD. Windows color (decimal): -2511910 or 14330841. OLE color: 14330841.

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

Color convert

RGB 217 171 218 -
CMYK 0.00 0.22 0 0.15
HSL 298.72º 0.39% 0.76% -
HSV(B) 298.72º 0.22% 0.85% -
XYZ 55.83 48.94 72.83 -
YUV 190.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 217 171 218 0.00 0.22 0 0.15 298.72 0.39 0.76
Hex D9 AB DA 0 16 0 F 12B 27 4C
Octal 331 253 332 0 26 0 17 453 47 114
Binary 11011001 10101011 11011010 0 10110 0 1111 100101011 100111 1001100

Color Harmonies of #D9ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABDA

Black with #D9ABDA

Text Example


Text Example

White with #D9ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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