Html Css Color HEX #D4A4D9 Plum

📋 copy color: '#D4A4D9'

red 212 ◦ green 164 ◦ blue 217

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

Shades of Plum #D4A4D9

Tints of Plum #D4A4D9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.66%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 35.75%
G = 27.66%
B = 36.59%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4A4D9 (or 0xD4A4D9) is known color: Plum. HEX triplet: D4, A4 and D9. RGB value is (212,164,217). Sum of RGB (Red+Green+Blue) = 212+164+217=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4A4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4D9 is #2B5B26. Grayscale: #B8B8B8. Windows color (decimal): -2841383 or 14263508. OLE color: 14263508.

HSL color Cylindrical-coordinate representation of color #D4A4D9: hue angle of 294.34º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A4D9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 164 217 -
CMYK 0.02 0.24 0 0.15
HSL 294.34º 0.41% 0.75% -
HSV(B) 294.34º 0.24% 0.85% -
XYZ 52.95 45.56 71.65 -
YUV 184.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 212 164 217 0.02 0.24 0 0.15 294.34 0.41 0.75
Hex D4 A4 D9 2 18 0 F 126 29 4B
Octal 324 244 331 2 30 0 17 446 51 113
Binary 11010100 10100100 11011001 10 11000 0 1111 100100110 101001 1001011

Color Harmonies of #D4A4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4D9

Black with #D4A4D9

Text Example


Text Example

White with #D4A4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4D9; }

 p { color: rgb(212,164,217); }

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

background-color css

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

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

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

border-color css

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

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

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