Html Css Color HEX #D49CD3 Plum

📋 copy color: '#D49CD3'

red 212 ◦ green 156 ◦ blue 211

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

Shades of Plum #D49CD3

Tints of Plum #D49CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 36.61%
G = 26.94%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D49CD3 (or 0xD49CD3) is known color: Plum. HEX triplet: D4, 9C and D3. RGB value is (212,156,211). Sum of RGB (Red+Green+Blue) = 212+156+211=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD3 is #2B632C. Grayscale: #B2B2B2. Windows color (decimal): -2843437 or 13868244. OLE color: 13868244.

HSL color Cylindrical-coordinate representation of color #D49CD3: hue angle of 301.07º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CD3 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 211 -
CMYK 0 0.26 0.00 0.17
HSL 301.07º 0.39% 0.72% -
HSV(B) 301.07º 0.26% 0.83% -
XYZ 50.8 42.48 67.15 -
YUV 179.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 212 156 211 0 0.26 0.00 0.17 301.07 0.39 0.72
Hex D4 9C D3 0 1A 0 11 12D 27 48
Octal 324 234 323 0 32 0 21 455 47 110
Binary 11010100 10011100 11010011 0 11010 0 10001 100101101 100111 1001000

Color Harmonies of #D49CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CD3

Black with #D49CD3

Text Example


Text Example

White with #D49CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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