Html Css Color HEX #D4A8D3 Plum

📋 copy color: '#D4A8D3'

red 212 ◦ green 168 ◦ blue 211

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

Shades of Plum #D4A8D3

Tints of Plum #D4A8D3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.43%

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

R = 35.87%
G = 28.43%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D4A8D3 (or 0xD4A8D3) is known color: Plum. HEX triplet: D4, A8 and D3. RGB value is (212,168,211). Sum of RGB (Red+Green+Blue) = 212+168+211=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8D3 is #2B572C. Grayscale: #B9B9B9. Windows color (decimal): -2840365 or 13871316. OLE color: 13871316.

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

Color convert

RGB 212 168 211 -
CMYK 0 0.21 0.00 0.17
HSL 301.36º 0.34% 0.75% -
HSV(B) 301.36º 0.21% 0.83% -
XYZ 52.91 46.71 67.85 -
YUV 186.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 212 168 211 0 0.21 0.00 0.17 301.36 0.34 0.75
Hex D4 A8 D3 0 15 0 11 12D 22 4B
Octal 324 250 323 0 25 0 21 455 42 113
Binary 11010100 10101000 11010011 0 10101 0 10001 100101101 100010 1001011

Color Harmonies of #D4A8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8D3

Black with #D4A8D3

Text Example


Text Example

White with #D4A8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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