Html Css Color HEX #D49CDE Plum

📋 copy color: '#D49CDE'

red 212 ◦ green 156 ◦ blue 222

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

Shades of Plum #D49CDE

Tints of Plum #D49CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.44%

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

R = 35.93%
G = 26.44%
B = 37.63%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D49CDE (or 0xD49CDE) is known color: Plum. HEX triplet: D4, 9C and DE. RGB value is (212,156,222). Sum of RGB (Red+Green+Blue) = 212+156+222=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D49CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDE is #2B6321. Grayscale: #B4B4B4. Windows color (decimal): -2843426 or 14589140. OLE color: 14589140.

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

Color convert

RGB 212 156 222 -
CMYK 0.05 0.30 0 0.13
HSL 290.91º 0.5% 0.74% -
HSV(B) 290.91º 0.3% 0.87% -
XYZ 52.22 43.05 74.66 -
YUV 180.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 212 156 222 0.05 0.30 0 0.13 290.91 0.5 0.74
Hex D4 9C DE 5 1E 0 D 123 32 4A
Octal 324 234 336 5 36 0 15 443 62 112
Binary 11010100 10011100 11011110 101 11110 0 1101 100100011 110010 1001010

Color Harmonies of #D49CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CDE

Black with #D49CDE

Text Example


Text Example

White with #D49CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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