Html Css Color HEX #D5ADD9 Plum

📋 copy color: '#D5ADD9'

red 213 ◦ green 173 ◦ blue 217

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

Shades of Plum #D5ADD9

Tints of Plum #D5ADD9

RGB

 RED value IS 213 (83.59% from 255) = 35.32%

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

 BLUE value IS 217 (85.16% from 255) = 35.99%

R = 35.32%
G = 28.69%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5ADD9 (or 0xD5ADD9) is known color: Plum. HEX triplet: D5, AD and D9. RGB value is (213,173,217). Sum of RGB (Red+Green+Blue) = 213+173+217=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD9 is #2A5226. Grayscale: #BDBDBD. Windows color (decimal): -2773543 or 14265813. OLE color: 14265813.

HSL color Cylindrical-coordinate representation of color #D5ADD9: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ADD9 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 173 217 -
CMYK 0.02 0.20 0 0.15
HSL 294.55º 0.37% 0.76% -
HSV(B) 294.55º 0.2% 0.85% -
XYZ 54.91 49.04 72.22 -
YUV 189.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 213 173 217 0.02 0.20 0 0.15 294.55 0.37 0.76
Hex D5 AD D9 2 14 0 F 127 25 4C
Octal 325 255 331 2 24 0 17 447 45 114
Binary 11010101 10101101 11011001 10 10100 0 1111 100100111 100101 1001100

Color Harmonies of #D5ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADD9

Black with #D5ADD9

Text Example


Text Example

White with #D5ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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