Html Css Color HEX #D49CDC Plum

📋 copy color: '#D49CDC'

red 212 ◦ green 156 ◦ blue 220

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

Shades of Plum #D49CDC

Tints of Plum #D49CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 36.05%
G = 26.53%
B = 37.41%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49CDC (or 0xD49CDC) is known color: Plum. HEX triplet: D4, 9C and DC. RGB value is (212,156,220). Sum of RGB (Red+Green+Blue) = 212+156+220=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDC is #2B6323. Grayscale: #B3B3B3. Windows color (decimal): -2843428 or 14458068. OLE color: 14458068.

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

Color convert

RGB 212 156 220 -
CMYK 0.04 0.29 0 0.14
HSL 292.5º 0.48% 0.74% -
HSV(B) 292.5º 0.29% 0.86% -
XYZ 51.96 42.94 73.26 -
YUV 180.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 212 156 220 0.04 0.29 0 0.14 292.5 0.48 0.74
Hex D4 9C DC 4 1D 0 E 124 30 4A
Octal 324 234 334 4 35 0 16 444 60 112
Binary 11010100 10011100 11011100 100 11101 0 1110 100100100 110000 1001010

Color Harmonies of #D49CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CDC

Black with #D49CDC

Text Example


Text Example

White with #D49CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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