Html Css Color HEX #D9ABE4 Plum

📋 copy color: '#D9ABE4'

red 217 ◦ green 171 ◦ blue 228

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

Shades of Plum #D9ABE4

Tints of Plum #D9ABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.01%

R = 35.23%
G = 27.76%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9ABE4 (or 0xD9ABE4) is known color: Plum. HEX triplet: D9, AB and E4. RGB value is (217,171,228). Sum of RGB (Red+Green+Blue) = 217+171+228=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABE4 is #26541B. Grayscale: #BFBFBF. Windows color (decimal): -2511900 or 14986201. OLE color: 14986201.

HSL color Cylindrical-coordinate representation of color #D9ABE4: hue angle of 288.42º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9ABE4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 171 228 -
CMYK 0.05 0.25 0 0.11
HSL 288.42º 0.51% 0.78% -
HSV(B) 288.42º 0.25% 0.89% -
XYZ 57.18 49.48 79.94 -
YUV 191.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 217 171 228 0.05 0.25 0 0.11 288.42 0.51 0.78
Hex D9 AB E4 5 19 0 B 120 33 4E
Octal 331 253 344 5 31 0 13 440 63 116
Binary 11011001 10101011 11100100 101 11001 0 1011 100100000 110011 1001110

Color Harmonies of #D9ABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABE4

Black with #D9ABE4

Text Example


Text Example

White with #D9ABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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