Html Css Color HEX #D49AD4 Plum

📋 copy color: '#D49AD4'

red 212 ◦ green 154 ◦ blue 212

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

Shades of Plum #D49AD4

Tints of Plum #D49AD4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.64%

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

R = 36.68%
G = 26.64%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D49AD4 (or 0xD49AD4) is known color: Plum. HEX triplet: D4, 9A and D4. RGB value is (212,154,212). Sum of RGB (Red+Green+Blue) = 212+154+212=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D49AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD4 is #2B652B. Grayscale: #B1B1B1. Windows color (decimal): -2843948 or 13933268. OLE color: 13933268.

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

Color convert

RGB 212 154 212 -
CMYK 0 0.27 0 0.17
HSL 300º 0.4% 0.72% -
HSV(B) 300º 0.27% 0.83% -
XYZ 50.59 41.86 67.7 -
YUV 177.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 212 154 212 0 0.27 0 0.17 300 0.4 0.72
Hex D4 9A D4 0 1B 0 11 12C 28 48
Octal 324 232 324 0 33 0 21 454 50 110
Binary 11010100 10011010 11010100 0 11011 0 10001 100101100 101000 1001000

Color Harmonies of #D49AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AD4

Black with #D49AD4

Text Example


Text Example

White with #D49AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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