Html Css Color HEX #D4A4D3 Plum

📋 copy color: '#D4A4D3'

red 212 ◦ green 164 ◦ blue 211

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

Shades of Plum #D4A4D3

Tints of Plum #D4A4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.95%

R = 36.12%
G = 27.94%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D4A4D3 (or 0xD4A4D3) is known color: Plum. HEX triplet: D4, A4 and D3. RGB value is (212,164,211). Sum of RGB (Red+Green+Blue) = 212+164+211=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4D3 is #2B5B2C. Grayscale: #B7B7B7. Windows color (decimal): -2841389 or 13870292. OLE color: 13870292.

HSL color Cylindrical-coordinate representation of color #D4A4D3: hue angle of 301.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4D3 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 211 -
CMYK 0 0.23 0.00 0.17
HSL 301.25º 0.36% 0.74% -
HSV(B) 301.25º 0.23% 0.83% -
XYZ 52.18 45.25 67.61 -
YUV 183.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 212 164 211 0 0.23 0.00 0.17 301.25 0.36 0.74
Hex D4 A4 D3 0 17 0 11 12D 24 4A
Octal 324 244 323 0 27 0 21 455 44 112
Binary 11010100 10100100 11010011 0 10111 0 10001 100101101 100100 1001010

Color Harmonies of #D4A4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4D3

Black with #D4A4D3

Text Example


Text Example

White with #D4A4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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