Html Css Color HEX #D4ADD4 Plum

📋 copy color: '#D4ADD4'

red 212 ◦ green 173 ◦ blue 212

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

Shades of Plum #D4ADD4

Tints of Plum #D4ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 35.51%
G = 28.98%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D4ADD4 (or 0xD4ADD4) is known color: Plum. HEX triplet: D4, AD and D4. RGB value is (212,173,212). Sum of RGB (Red+Green+Blue) = 212+173+212=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD4 is #2B522B. Grayscale: #BCBCBC. Windows color (decimal): -2839084 or 13938132. OLE color: 13938132.

HSL color Cylindrical-coordinate representation of color #D4ADD4: hue angle of 300º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADD4 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 212 -
CMYK 0 0.18 0 0.17
HSL 300º 0.31% 0.75% -
HSV(B) 300º 0.18% 0.83% -
XYZ 53.98 48.64 68.83 -
YUV 189.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 212 173 212 0 0.18 0 0.17 300 0.31 0.75
Hex D4 AD D4 0 12 0 11 12C 1F 4B
Octal 324 255 324 0 22 0 21 454 37 113
Binary 11010100 10101101 11010100 0 10010 0 10001 100101100 11111 1001011

Color Harmonies of #D4ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADD4

Black with #D4ADD4

Text Example


Text Example

White with #D4ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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