Html Css Color HEX #D5ADDA Plum

📋 copy color: '#D5ADDA'

red 213 ◦ green 173 ◦ blue 218

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

Shades of Plum #D5ADDA

Tints of Plum #D5ADDA

RGB

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

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

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

R = 35.26%
G = 28.64%
B = 36.09%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5ADDA (or 0xD5ADDA) is known color: Plum. HEX triplet: D5, AD and DA. RGB value is (213,173,218). Sum of RGB (Red+Green+Blue) = 213+173+218=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDA is #2A5225. Grayscale: #BDBDBD. Windows color (decimal): -2773542 or 14331349. OLE color: 14331349.

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

Color convert

RGB 213 173 218 -
CMYK 0.02 0.21 0 0.15
HSL 293.33º 0.38% 0.77% -
HSV(B) 293.33º 0.21% 0.85% -
XYZ 55.04 49.1 72.91 -
YUV 190.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 213 173 218 0.02 0.21 0 0.15 293.33 0.38 0.77
Hex D5 AD DA 2 15 0 F 125 26 4D
Octal 325 255 332 2 25 0 17 445 46 115
Binary 11010101 10101101 11011010 10 10101 0 1111 100100101 100110 1001101

Color Harmonies of #D5ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADDA

Black with #D5ADDA

Text Example


Text Example

White with #D5ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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