Html Css Color HEX #D49ADB Plum

📋 copy color: '#D49ADB'

red 212 ◦ green 154 ◦ blue 219

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

Shades of Plum #D49ADB

Tints of Plum #D49ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 36.24%
G = 26.32%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49ADB (or 0xD49ADB) is known color: Plum. HEX triplet: D4, 9A and DB. RGB value is (212,154,219). Sum of RGB (Red+Green+Blue) = 212+154+219=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D49ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADB is #2B6524. Grayscale: #B2B2B2. Windows color (decimal): -2843941 or 14392020. OLE color: 14392020.

HSL color Cylindrical-coordinate representation of color #D49ADB: hue angle of 293.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49ADB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 154 219 -
CMYK 0.03 0.30 0 0.14
HSL 293.54º 0.47% 0.73% -
HSV(B) 293.54º 0.3% 0.86% -
XYZ 51.49 42.22 72.45 -
YUV 178.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 212 154 219 0.03 0.30 0 0.14 293.54 0.47 0.73
Hex D4 9A DB 3 1E 0 E 126 2F 49
Octal 324 232 333 3 36 0 16 446 57 111
Binary 11010100 10011010 11011011 11 11110 0 1110 100100110 101111 1001001

Color Harmonies of #D49ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ADB

Black with #D49ADB

Text Example


Text Example

White with #D49ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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