Html Css Color HEX #D9ADDA Plum

📋 copy color: '#D9ADDA'

red 217 ◦ green 173 ◦ blue 218

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

Shades of Plum #D9ADDA

Tints of Plum #D9ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

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

R = 35.69%
G = 28.45%
B = 35.86%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9ADDA (or 0xD9ADDA) is known color: Plum. HEX triplet: D9, AD and DA. RGB value is (217,173,218). Sum of RGB (Red+Green+Blue) = 217+173+218=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDA is #265225. Grayscale: #BFBFBF. Windows color (decimal): -2511398 or 14331353. OLE color: 14331353.

HSL color Cylindrical-coordinate representation of color #D9ADDA: hue angle of 298.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ADDA is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 218 -
CMYK 0.00 0.21 0 0.15
HSL 298.67º 0.38% 0.77% -
HSV(B) 298.67º 0.21% 0.85% -
XYZ 56.21 49.7 72.96 -
YUV 191.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 217 173 218 0.00 0.21 0 0.15 298.67 0.38 0.77
Hex D9 AD DA 0 15 0 F 12B 26 4D
Octal 331 255 332 0 25 0 17 453 46 115
Binary 11011001 10101101 11011010 0 10101 0 1111 100101011 100110 1001101

Color Harmonies of #D9ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADDA

Black with #D9ADDA

Text Example


Text Example

White with #D9ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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