Html Css Color HEX #D5ADD8 Plum

📋 copy color: '#D5ADD8'

red 213 ◦ green 173 ◦ blue 216

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

Shades of Plum #D5ADD8

Tints of Plum #D5ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 35.38%
G = 28.74%
B = 35.88%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5ADD8 (or 0xD5ADD8) is known color: Plum. HEX triplet: D5, AD and D8. RGB value is (213,173,216). Sum of RGB (Red+Green+Blue) = 213+173+216=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD8 is #2A5227. Grayscale: #BDBDBD. Windows color (decimal): -2773544 or 14200277. OLE color: 14200277.

HSL color Cylindrical-coordinate representation of color #D5ADD8: hue angle of 295.81º degrees, saturation: 0.36, 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 #D5ADD8 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 173 216 -
CMYK 0.01 0.20 0 0.15
HSL 295.81º 0.36% 0.76% -
HSV(B) 295.81º 0.2% 0.85% -
XYZ 54.78 48.99 71.53 -
YUV 189.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 213 173 216 0.01 0.20 0 0.15 295.81 0.36 0.76
Hex D5 AD D8 1 14 0 F 128 24 4C
Octal 325 255 330 1 24 0 17 450 44 114
Binary 11010101 10101101 11011000 1 10100 0 1111 100101000 100100 1001100

Color Harmonies of #D5ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADD8

Black with #D5ADD8

Text Example


Text Example

White with #D5ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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