Html Css Color HEX #D49ADE Plum

📋 copy color: '#D49ADE'

red 212 ◦ green 154 ◦ blue 222

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

Shades of Plum #D49ADE

Tints of Plum #D49ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 36.05%
G = 26.19%
B = 37.76%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D49ADE (or 0xD49ADE) is known color: Plum. HEX triplet: D4, 9A and DE. RGB value is (212,154,222). Sum of RGB (Red+Green+Blue) = 212+154+222=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D49ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADE is #2B6521. Grayscale: #B2B2B2. Windows color (decimal): -2843938 or 14588628. OLE color: 14588628.

HSL color Cylindrical-coordinate representation of color #D49ADE: hue angle of 291.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49ADE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 154 222 -
CMYK 0.05 0.31 0 0.13
HSL 291.18º 0.51% 0.74% -
HSV(B) 291.18º 0.31% 0.87% -
XYZ 51.89 42.38 74.55 -
YUV 179.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 212 154 222 0.05 0.31 0 0.13 291.18 0.51 0.74
Hex D4 9A DE 5 1F 0 D 123 33 4A
Octal 324 232 336 5 37 0 15 443 63 112
Binary 11010100 10011010 11011110 101 11111 0 1101 100100011 110011 1001010

Color Harmonies of #D49ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ADE

Black with #D49ADE

Text Example


Text Example

White with #D49ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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