Html Css Color HEX #D4ADD5 Plum

📋 copy color: '#D4ADD5'

red 212 ◦ green 173 ◦ blue 213

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

Shades of Plum #D4ADD5

Tints of Plum #D4ADD5

RGB

 RED value IS 212 (83.2% from 255) = 35.45%

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

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 35.45%
G = 28.93%
B = 35.62%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4ADD5 (or 0xD4ADD5) is known color: Plum. HEX triplet: D4, AD and D5. RGB value is (212,173,213). Sum of RGB (Red+Green+Blue) = 212+173+213=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD5 is #2B522A. Grayscale: #BDBDBD. Windows color (decimal): -2839083 or 14003668. OLE color: 14003668.

HSL color Cylindrical-coordinate representation of color #D4ADD5: hue angle of 298.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ADD5 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 173 213 -
CMYK 0.00 0.19 0 0.16
HSL 298.5º 0.32% 0.76% -
HSV(B) 298.5º 0.19% 0.84% -
XYZ 54.11 48.69 69.5 -
YUV 189.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 212 173 213 0.00 0.19 0 0.16 298.5 0.32 0.76
Hex D4 AD D5 0 13 0 10 12A 20 4C
Octal 324 255 325 0 23 0 20 452 40 114
Binary 11010100 10101101 11010101 0 10011 0 10000 100101010 100000 1001100

Color Harmonies of #D4ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADD5

Black with #D4ADD5

Text Example


Text Example

White with #D4ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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