Html Css Color HEX #D4ADD7 Plum

📋 copy color: '#D4ADD7'

red 212 ◦ green 173 ◦ blue 215

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

Shades of Plum #D4ADD7

Tints of Plum #D4ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 35.33%
G = 28.83%
B = 35.83%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4ADD7 (or 0xD4ADD7) is known color: Plum. HEX triplet: D4, AD and D7. RGB value is (212,173,215). Sum of RGB (Red+Green+Blue) = 212+173+215=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD7 is #2B5228. Grayscale: #BDBDBD. Windows color (decimal): -2839081 or 14134740. OLE color: 14134740.

HSL color Cylindrical-coordinate representation of color #D4ADD7: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ADD7 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 173 215 -
CMYK 0.01 0.20 0 0.16
HSL 295.71º 0.34% 0.76% -
HSV(B) 295.71º 0.2% 0.84% -
XYZ 54.36 48.79 70.84 -
YUV 189.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 212 173 215 0.01 0.20 0 0.16 295.71 0.34 0.76
Hex D4 AD D7 1 14 0 10 128 22 4C
Octal 324 255 327 1 24 0 20 450 42 114
Binary 11010100 10101101 11010111 1 10100 0 10000 100101000 100010 1001100

Color Harmonies of #D4ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADD7

Black with #D4ADD7

Text Example


Text Example

White with #D4ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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