Html Css Color HEX #D49EDD Plum

📋 copy color: '#D49EDD'

red 212 ◦ green 158 ◦ blue 221

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

Shades of Plum #D49EDD

Tints of Plum #D49EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 35.87%
G = 26.73%
B = 37.39%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D49EDD (or 0xD49EDD) is known color: Plum. HEX triplet: D4, 9E and DD. RGB value is (212,158,221). Sum of RGB (Red+Green+Blue) = 212+158+221=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EDD is #2B6122. Grayscale: #B5B5B5. Windows color (decimal): -2842915 or 14524116. OLE color: 14524116.

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

Color convert

RGB 212 158 221 -
CMYK 0.04 0.29 0 0.13
HSL 291.43º 0.48% 0.74% -
HSV(B) 291.43º 0.29% 0.87% -
XYZ 52.43 43.67 74.07 -
YUV 181.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 212 158 221 0.04 0.29 0 0.13 291.43 0.48 0.74
Hex D4 9E DD 4 1D 0 D 123 30 4A
Octal 324 236 335 4 35 0 15 443 60 112
Binary 11010100 10011110 11011101 100 11101 0 1101 100100011 110000 1001010

Color Harmonies of #D49EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EDD

Black with #D49EDD

Text Example


Text Example

White with #D49EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EDD; }

 p { color: rgb(212,158,221); }

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

background-color css

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

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

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

border-color css

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

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

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