Html Css Color HEX #D49CDF Plum

📋 copy color: '#D49CDF'

red 212 ◦ green 156 ◦ blue 223

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

Shades of Plum #D49CDF

Tints of Plum #D49CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 35.87%
G = 26.4%
B = 37.73%

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

#D49CDF (or 0xD49CDF) is known color: Plum. HEX triplet: D4, 9C and DF. RGB value is (212,156,223). Sum of RGB (Red+Green+Blue) = 212+156+223=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDF is #2B6320. Grayscale: #B4B4B4. Windows color (decimal): -2843425 or 14654676. OLE color: 14654676.

HSL color Cylindrical-coordinate representation of color #D49CDF: hue angle of 290.15º degrees, saturation: 0.51, 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 #D49CDF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 156 223 -
CMYK 0.05 0.30 0 0.13
HSL 290.15º 0.51% 0.74% -
HSV(B) 290.15º 0.3% 0.87% -
XYZ 52.36 43.1 75.37 -
YUV 180.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 212 156 223 0.05 0.30 0 0.13 290.15 0.51 0.74
Hex D4 9C DF 5 1E 0 D 122 33 4A
Octal 324 234 337 5 36 0 15 442 63 112
Binary 11010100 10011100 11011111 101 11110 0 1101 100100010 110011 1001010

Color Harmonies of #D49CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CDF

Black with #D49CDF

Text Example


Text Example

White with #D49CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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